A JavaFX-based application that allows users to securely encrypt and decrypt files using AES encryption with password protection.
- ✅ User-Friendly GUI – Built with JavaFX for an interactive experience.
- ✅ AES Encryption – Uses Advanced Encryption Standard (AES) for strong security.
- ✅ Password Protection – Only users with the correct password can decrypt files.
- ✅ Secure File Handling – Ensures encrypted files are stored safely.
- ✅ Lightweight & Fast – Optimized for performance.
- Open the application.
- Select a file to encrypt.
- Enter a password.
- The file is encrypted and saved securely.
- Open the application.
- Select an encrypted file.
- Enter the correct password.
- The file is decrypted and restored.
- Java (Core Functionality)
- JavaFX (User Interface)
- AES Encryption Algorithm