AES encryption, decryption in C++ and simple Diffie-Hellman in python3 and C++, as "Introduction to Cryptography" course project.
- part 1: aes encryption
- part 2: aes decryption
- part 3: Diffie-Hellman
- Mix columns:
- S-box:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
AES encryption, decryption in C++ and simple Diffie-Hellman in python3 and C++, as "Introduction to Cryptography" course project.