This is a Python-based secure vault utilizing OOP and cryptography.
- Encapsulation: Protects data within the Class.
- Encryption: Uses AES-256 (Fernet) to secure data in memory.
- Activate the environment:
source .venv/bin/activate - Run the script:
python decrypt_file.py
- Python 3
- Cryptography Library