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

https://github.com/marcogarlet/crypto

A collection of cryptographic algorithms (even attacks) created during Cryptography classes.
https://github.com/marcogarlet/crypto

algorithm cryptography

Last synced: 4 months ago
JSON representation

A collection of cryptographic algorithms (even attacks) created during Cryptography classes.

Awesome Lists containing this project

README

        

# Crypto

Crypto aims to be a simple collection of cryptographic algorithms (even attacks) created during Cryptography classes. These algorithms are created only for educational purposes.

### DES
* Algorithm
* Attack simple DES version

### AES
* Algorithm

### RSA
* Lenstra elliptic-curve factorization

### Useful algorithms
* Euclidean algorithm
* Primality test
* Factorization
* Hadamard-Walsh Transform