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