Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 637 Bytes

ReadMe.md

File metadata and controls

11 lines (6 loc) · 637 Bytes

This is our final Java project For sem 4 , for more info pls read my blog https://programmerprodigy.code.blog/2020/04/10/encryption-and-decryption/

  1. Open Java_Project for main program , all the other programs our individual implementation of various ciphers and encryptions .

  2. Enter text to encrypt in original.txt file , then run Java_Project select encryption option , select an encryption type . The encrypted result will appear in encrypted.txt

  3. Enter text to decrypt in encrypted.txt file , then run Java_Project select decryption option , select an decryption type . The decrypted result will appear in decrypted.txt

:)