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

Notifications You must be signed in to change notification settings

imgovindjee/Encryption-Decryption-Using-Cipher-Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALGORITHM-WORK-FLOW

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

Application Interface

Image


What projectRepo is about?

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

PREREQUISITIES

  • Java Development Kit (JDK): Make sure you have JDK installed on your system. You can download it from oracle.com
  • Swing Interface: Helps in development of DestopBased Application

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages