A simple Java application that uses (AES Algorithm) to encrypt any text or decrypt the encrypted text back to a meaningful message.
- The application has been developed using AES algorithm which is the best and most secure encryption algorithm for protecting classified information and encrypt sensitive data.
- User can write any kind of messages with no limited length.
- User has the ability to choose whether to Encrypt or Decrypt the entered message.
- User can copy the generated encrypted text easily to past it anywhere.
- GUI is provided for better experience and ease of use.