Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gerhalt/cryptopals

Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
https://github.com/gerhalt/cryptopals

aes-encryption cbc-mode challenges crypto cryptography diffie-hellman dsa dsa-algorithm ecb-mode puzzles python python3 rsa rsa-algorithm solutions

Last synced: about 20 hours ago
JSON representation

Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.

Awesome Lists containing this project

README

        

# Cryptopals Solutions

Solutions to challenges from https://cryptopals.com/ written in Python 3.

Install and run using `pipenv`:

pipenv install --python 3.7
pipenv run ./cryptopals_5.py

Photo by Greta Farnedi on Unsplash