Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oalieno/Crypto-Course

An open source practical cryptography course for CTF player
https://github.com/oalieno/Crypto-Course

Last synced: about 2 months ago
JSON representation

An open source practical cryptography course for CTF player

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
```