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 ...
A secure command-line file encryption and decryption tool built using Python. This project uses AES encryption, password-based key derivation, and SHA-256 integrity verification to protect sensitive ...