A collection of scripts, tools, and other resources I used while working through CryptoHack.org. All sciprts are written in Python 3
- AES
- RSA
- Python Syntax and Data Conversion
- Block Ciphers
- Math and Number Theory
- Reading and PDFs
- Real World Implemnetations of each technology.
To run this project, install it locally using git:
$ git clone https://github.com/stand4rd/CryptoHack.git
$ apt-get update
$ apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential
$ python3 -m pip install --upgrade pip
$ python3 -m pip install --upgrade pwntools
$ python3 -m pip install pyCryptoDome && pythohn3 -m pip install z3-solver