AhmedShoeb0 / MessageEncryptionDecryptionApp

A simple Java application that uses AES algorithm to encrypt any text or decrypt the encrypted text back to a meaningful message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About project:

A simple Java application that uses (AES Algorithm) to encrypt any text or decrypt the encrypted text back to a meaningful message.

Features:

  • 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.

About

A simple Java application that uses AES algorithm to encrypt any text or decrypt the encrypted text back to a meaningful message.


Languages

Language:Java 100.0%