Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 292 Bytes

CryptoPals Crypto Challenge

Set of challenges to learn crypto, solutions written in python.

You can read more about this project here

Run unit tests by using python3 test_set1.py

Requires PyCrypto package, install with pip3 install --upgrade pycrypto