An open API service indexing awesome lists of open source software.

https://github.com/joarleymoraes/cryptopals

My Python implementation of cryptopals challenges
https://github.com/joarleymoraes/cryptopals

Last synced: 3 months ago
JSON representation

My Python implementation of cryptopals challenges

Awesome Lists containing this project

README

        

## cryptopals

My Python implementation of cryptopals challenges:

https://cryptopals.com/

The implementation goals are:

- Keep architecture decision simple (the focus is on crypto learning)
- Only use python's standard libs
- One script per challenge