https://github.com/mitiko/cryptopals
CTF-like crypto challanges in rust
https://github.com/mitiko/cryptopals
Last synced: 4 months ago
JSON representation
CTF-like crypto challanges in rust
- Host: GitHub
- URL: https://github.com/mitiko/cryptopals
- Owner: mitiko
- Created: 2023-03-21T23:49:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T02:11:10.000Z (12 months ago)
- Last Synced: 2025-01-10T22:24:07.667Z (5 months ago)
- Language: Rust
- Homepage: https://cryptopals.com/
- Size: 474 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptopals - real world crypto challanges
This is a set of [CTF](https://en.wikipedia.org/wiki/Capture_the_flag)-like
crypto challanges where you exploit real eaxmples of badly implemented
cryptography.I stumbled across this accidentally on my GitHub explore page when
[@dreamsmasher](https://github.com/dreamsmasher) followed
[@enncoded](https://github.com/enncoded) and I saw they had some rust projects,
amongst which a try at cryptopals.
So I got inspired. Let's write some crypto.### TODO
-> cleanup utils
-> remove data/decoded references