Experimenting with cryptography and Python.
Encrypt and decrypt text with the AES cipher in CFB mode (PyCrypto).
Encrypt and decrypt text with nested Blowfish(AES) ciphers in CFB mode (PyCrypto).
Encrypt and decrypt text with the AES cipher in EAX mode (PyCryptodome).