Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oalieno/Crypto-Course
An open source practical cryptography course for CTF player
https://github.com/oalieno/Crypto-Course
Last synced: 2 months ago
JSON representation
An open source practical cryptography course for CTF player
- Host: GitHub
- URL: https://github.com/oalieno/Crypto-Course
- Owner: oalieno
- License: mit
- Created: 2020-05-28T11:09:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T10:10:59.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T11:14:19.601Z (5 months ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 109
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Course
An open source practical cryptography course for CTF player.
Currently only have 5 sections. More coming...
1. [Block Cipher Mode](/Block-Cipher-Mode)
2. [RSA](/RSA)
3. [LFSR](/LFSR)
4. [HASH](/HASH)
5. [Blockchain](/Blockchain)## Requirements
You may need the following packages.
* [pycryptodome](https://github.com/Legrandin/pycryptodome)
* [pwntools](https://github.com/Gallopsled/pwntools)
* [sagemath](https://www.sagemath.org/)```bash
pip install pycryptodome pwntools
sudo apt install sagemath
```