I want a java program of ceaser cipher encryption and decryption technique.
in which you have to take input(plain text) from input.txt file and encrypt it with program and save the output(cipher text) in output.txt file.
again you have to take input from output(Cipher text) and apply decryption program and output(plain text) in output1.txt file..
SNIP