https://github.com/drewsif/matasano-crypto-challenges
My attempt at the matasano crypto challenges
https://github.com/drewsif/matasano-crypto-challenges
Last synced: 8 months ago
JSON representation
My attempt at the matasano crypto challenges
- Host: GitHub
- URL: https://github.com/drewsif/matasano-crypto-challenges
- Owner: Drewsif
- License: mit
- Created: 2014-11-09T23:44:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T22:40:21.000Z (over 10 years ago)
- Last Synced: 2025-01-10T19:49:26.136Z (9 months ago)
- Language: Python
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Matasano-Crypto-Challenges
==========================My attempt at the [matasano crypto challenges](http://cryptopals.com)
- Set 1: Basics - [Finished!](https://github.com/Drewsif/Matasano-Crypto-Challenges/blob/master/set1.py)
- Set 2: Block crypto - [Working on it](https://github.com/Drewsif/Matasano-Crypto-Challenges/blob/master/set2.py)
- Set 3: Block & stream crypto
- Set 4: Stream crypto and randomness
- Set 5: Diffie-Hellman and friends
- Set 6: RSA and DSA
- Set 7: Hashes