Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuchanan314/cryptopals-python3
Yet Another Cryptopals solution repo. Implemented in modern-ish python3. A mixture of procedural and functional coding styles. But no OO! :P
https://github.com/davidbuchanan314/cryptopals-python3
aes cracking cryptography cryptopals python3 xor
Last synced: 28 days ago
JSON representation
Yet Another Cryptopals solution repo. Implemented in modern-ish python3. A mixture of procedural and functional coding styles. But no OO! :P
- Host: GitHub
- URL: https://github.com/davidbuchanan314/cryptopals-python3
- Owner: DavidBuchanan314
- License: mit
- Created: 2018-07-25T16:31:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T22:03:24.000Z (over 6 years ago)
- Last Synced: 2024-11-07T13:11:56.330Z (3 months ago)
- Topics: aes, cracking, cryptography, cryptopals, python3, xor
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptopals-python3
Yet Another Cryptopals solution repo. Implemented in modern-ish python3.