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 ...
Desktop tool to encrypt and decrypt files with AES-256-GCM and password-based key derivation (PBKDF2). secure-file-encryptor/ ├── src/ │ ├── __init__.py │ ├── main.py # Application entry point │ ├── ...