Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 803 Bytes

File metadata and controls

18 lines (13 loc) · 803 Bytes

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