Skip to content

tinkerrc/cryptopals

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages