jia-kai / cryptopals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptopals

My solutions to the cryptopals crypto challenges in python3.

Run ./main.py to run all solutions; run ./main.py -h to see available options.

Dependencies: numpy, gmpy2, cryptography

Note: I've skipped some challenges that are boring to me; they would just return "skipped". The reasons for them being boring are documented in the source.

About


Languages

Language:Jupyter Notebook 87.2%Language:Python 9.5%Language:Cuda 3.2%Language:C++ 0.1%Language:Makefile 0.0%Language:C 0.0%