A Simple GUI Java text encryption application uses a layer of XOR encryption algorithm followed by AES encryption algorithm to make the decryption a bit harder.
The encryption depends on a key that is provided by the user with can be 16,24 or 32 characters.
1- This application is for educational purposes.
2- The encryption in this software might be basic for real sensitive data, use at your own risk.
3- I am not responsible for misusing this software.
Compile the code javac Main.java
Run the code `java Main'