Simple implementations of common cryptography algorithms. Intended for educational purposes. Probably not secure or efficient.
- AES 128 (ECB, CBC modes)
- RSA encryption
- Key generation scheme: passphrase -> symmetric key
- Key Distribution Scheme?
- Digital signature using rsa?
- Elliptic Curve Cryptography?
- Switch to AES 256