Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). Decryption is the process of converting ciphertext back to plaintext
- Did the project following the AES Algorithm
- It's desktop base application
- Java Development Kit (JDK): Make sure you have JDK installed on your system. You can download it from oracle.com
- Swing Interface: Helps in development of DestopBased Application