dutta14/Cryptic-Editor
A Java app that uses basic cryptography algorithms like Caesar cipher, Vigenère cipher etc to encrypt the contents of a text file. Thus, the file can be opened only through a correct password on the application to see the contents; if you open it through the normal file system, you would see jumbled data.
Java