Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 671 Bytes

File metadata and controls

13 lines (10 loc) · 671 Bytes

This repository contains my solutions for the cryptopals crypto challenges.

Requirements

  • Some of them use the PyCrypto library.

Usage

  • The run.py script runs every challenge passed as command-line argument.
  • The -s option specifies a comma-separated list of sets to be run.
  • The -c option, a comma-separated list of challenges inside the given sets.
  • If any of these options is missing, all sets/challenges will be run.

Notes

  • I've also completed set 8 (including its bonus challenge) but solutions cannot be published yet. Sorry!