mhhabib / AES-Encryption-and-Decryption-in-java

Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Encryption and Decryption following AES in java

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

secret-key

  • Did the project following the AES Algorithm
  • It's desktop base application

Application Interface

aes

Input method:

Plain Text: Hello git people
Key: mhhabib
Ciper text: XTwzZBV3/fwa31SXdbmhfxUk9Mfvo2hcGw79/3SpOJk=

Output method:

Cipher Text: XTwzZBV3/fwa31SXdbmhfxUk9Mfvo2hcGw79/3SpOJk=
Key: mhhabib
Ciper text: Hello git people

Licensed by: MIT LICENSE

About

Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key

License:MIT License


Languages

Language:Java 100.0%