https://github.com/benhunter/cryptopals
cryptopals.com
https://github.com/benhunter/cryptopals
Last synced: 11 months ago
JSON representation
cryptopals.com
- Host: GitHub
- URL: https://github.com/benhunter/cryptopals
- Owner: benhunter
- License: mit
- Created: 2018-02-16T18:31:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T05:45:07.000Z (over 6 years ago)
- Last Synced: 2025-04-02T21:44:20.957Z (about 1 year ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptopals.com
## Cryptopals Rules
Always operate on raw bytes, never on encoded strings. Only use hex and base64 for pretty-printing.
## TODO:
- https://pypi.python.org/pypi/pycryptodomex
- https://github.com/yuvadm/matasano-cryptopals
- https://github.com/akalin/cryptopals-python3