Ecryption & Decryption
Implementations of the RSA and AES encryption algorithms. Implemented RSA for a better understanding of the number theory behind it and how it uses Fermat-Euler theorem to do the encryption. Implemented AES to understand the idea's behind it and the use of the finite field known as the Galois Field theory.
Github Repository