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: 8 months ago
JSON representation
Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
- Host: GitHub
- URL: https://github.com/gerhalt/cryptopals
- Owner: gerhalt
- Created: 2020-09-07T16:26:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T16:07:17.000Z (over 3 years ago)
- Last Synced: 2025-01-13T17:48:38.639Z (9 months ago)
- Topics: aes-encryption, cbc-mode, challenges, crypto, cryptography, diffie-hellman, dsa, dsa-algorithm, ecb-mode, puzzles, python, python3, rsa, rsa-algorithm, solutions
- Language: Python
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyPhoto by Greta Farnedi on Unsplash