This simple document encryption app allows users to encrypt and decrypt files securely. It utilizes the AES encryption algorithm with a user-provided password.
- Encrypt files for secure storage
- Decrypt encrypted files with the correct password
- User-friendly command-line interface
- Python 3.x
- Required Python packages: cryptography
- Clone the repository:
git clone https://github.com/your-username/document-encryption-app.git cd document-encryption-app