Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 625 Bytes

Crypto_2020: Caesar Cipher Encryption

A GUI based Java program that encrypts data according to the user's preference of encryption. Interactive buttons to Generate encrypted data.

Crypto

Working:

  • Enter the Data to be encrypted in 1st row.
  • Enter a Numeric in second row, to set the level of encryption.
  • Enter a Numeric to set the length of groups the data needs to be broken in.

Crypto

  • Press Generate followed by Show.
  • Encrypted data pops up in the last Output Section.

Future

  • Integrating more complicated Encryption algoritm for more levels of security.