Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my solutions for the Cryptopals crypto challenges.

Requirements

  • Some of them use the PyCrypto library.
  • Challenge 62 (set 8) uses GMP and a Boost.Python module. Even though it is already compiled here, you may need to install these for compiling it for other platforms (and Python 2.7 headers as well).
    • Copy libraries in common/math/cpp/bin/ to the system library path before running the challenge.

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.

About

Cryptopals crypto challenges

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages