A pure-Python implementation of the AES block cipher algorithm and the common modes of operation (CBC, CFB, CTR, ECB and OFB). Since most of the modes of operations require data in specific ...
This is a CustomTkinter-based application that uses envelope encryption to encrypt and decrypt files using an AES key generated from the Fernet module, and then encrypt/decrypt that key using RSA. The ...