/Java-AES-Encryption

This repository is intended for the java encryption with the use of AES algorithm..

Primary LanguageJava

Java-AES-Encryption

This repository is intended for the java encryption with the use of AES algorithm..

Tips

  1. Be sure to have exactly 16 characters keys.(include symbols and spaces).
  2. It will not work if the key is less than or greater than 16 characters.
  3. remember that Symbols and spaces is included in the 16 characters count.

Features

  1. Encrypt text.
  2. Descrypt text
  3. Clear text
  4. User friendly GUI

How to Use?

1. Run app (AES.exe) or the raw java file(TryingEncryption.java)

  1. Run the app

2. Enter Plain text

  1. Enter plain-text

3. Enter 16 characters Key

  1. Enter key

4. Press Encrypt

  1. Press encrypt

5. Press Decrypt

  1. encrypted text

6. Press Clear -- to clear text fields

  1. Clear

Thats all --Thanks you :)