Skip to content

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

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages