A simple and user-friendly Python application for encrypting and decrypting text and files. Supports both CLI (terminal) and GUI usage. Uses Fernet symmetric encryption with a password-derived key for secure data handling.
- Encrypt and decrypt text via terminal or GUI.
- Encrypt and decrypt files securely.
- Password-based key derivation using PBKDF2HMAC.
- Base64 output for easy copy/paste of encrypted text.
- Cross-platform Python 3 compatibility with Tkinter GUI.
- Lightweight, simple, and beginner-friendly.