An open API service indexing awesome lists of open source software.

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

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