https://github.com/commandblockguy/cryptopals
WIP solutions for the cryptopals cryptography challenge
https://github.com/commandblockguy/cryptopals
Last synced: 4 months ago
JSON representation
WIP solutions for the cryptopals cryptography challenge
- Host: GitHub
- URL: https://github.com/commandblockguy/cryptopals
- Owner: commandblockguy
- Created: 2022-03-13T02:52:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T17:32:18.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T18:59:23.428Z (4 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Work-in-progress solutions for
[the cryptopals crypto challenges](https://cryptopals.com/).
Don't worry, it's -graphy, not -currency.
I'm missing challenges 1-5 since for some reason I decided to do all of them
in one file, deleting the previous challenge's code as soon as it was unneeded.
Turns out that I'm bad at estimating when stuff is unneeded, so from then on
I decided to save all of them.
Some of these may not actually run anymore, I wasn't particularly careful
about keeping older challenges up to date with changes in common.py.