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
- Host: GitHub
- URL: https://github.com/joarleymoraes/cryptopals
- Owner: joarleymoraes
- Created: 2018-04-24T18:32:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T18:39:35.000Z (about 7 years ago)
- Last Synced: 2025-01-11T22:45:37.233Z (5 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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