Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 572 Bytes

Cryptopals Solutions

This repository contains my solutions for the Cryptopals challenges.

Organization

Each challenge num may contain 1 or more of the following

  • num.py contains the solution code
  • data/num.txt contains the challenge data
  • notes/num.md contains scratch notes I made when writing the script
  • mycrypto.py contains code created in previous challenges that are (or might be) reused in later challenges.

Prerequisites

pip install pycryptodome 
pip install pwntools # because I'm too lazy to use struct