A Java FX application that provides a graphical user interface for RSA encryption and decryption operations.
- User-friendly GUI built with Java FX
- RSA encryption and decryption functionality
- Cross-platform compatibility
- Java Runtime Environment (JRE) 8 or higher
- Windows operating system (for the provided batch file)
-
Navigate to the project directory:
RSA\out\artifacts\RSA_jar\ -
Execute the batch file:
./run-rsa.bat
The application will launch and present the RSA GUI interface.
RSA/
├── out/
│ └── artifacts/
│ └── RSA_jar/
│ ├── RSA.jar
│ └── run-rsa.bat
└── ...
Once the application is running, you can use the GUI to:
- Auto-generation of keys to ensure a primality feature of some RSA params(p and q) as much as possible
- Encrypt text using RSA public keys
- Decrypt text using RSA private keys
For any issues or questions regarding the application, please refer to the source code or contact me.