Encrypt-Decrypt(Affine and Caesar cipher)

 

(Encrypt-decrypt) : Implemented a Python-based encryption system that combines the Affine Cipher with the Caesar Cipher for enhanced security. Leveraged mathematical operations, such as modular arithmetic and multiplicative inverses, to transform plaintext into ciphertext and vice versa.