Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gerhalt/cryptopals
- Owner: gerhalt
- Created: 2020-09-07T16:26:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T16:07:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-14T03:45:21.086Z (over 1 year 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: 1
- Watchers: 1
- Forks: 1
- 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