- Base64 is encoding, not encryption.
- Weak hardcoded password (
qazwsx). - GUI does not provide secure password input handling.
- Replace Base64 with secure algorithms (AES, Fernet).
- Add password-based key derivation.
- Allow configurable passwords.
- Add better error handling.