AES Encryption Modes
University Projects #Cybersecurity#Cryptography
NOTEClick this link to view the full write-up.
Overview
A cryptography lab exploring the practical differences between AES encryption modes through visual analysis of encrypted images, plus implementing RSA key generation algorithms using OpenSSL’s BIGNUM library for arbitrary-precision arithmetic.
Key Concepts
- Visually demonstrated ECB pattern leakage vulnerability
- Implemented RSA key generation
- Successfully encrypted and decrypted messages with calculated keys
Technologies
C, OpenSSL, BIGNUM, AES, RSA, Cryptography