Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaivile authored Aug 19, 2016
1 parent cd56fb1 commit a224c29
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Caesar-Vigenere-Cipher
Caesar and Vigenere ciphers in one program with GUI
# Caesar Vigenere Cipher
Caesar and Vigenere ciphers in one program written in Java using Swing/Awt.

Prompts the user to choose a cipher and an option to whether enter a text or open a file for reading to be encrypted:
![screenshot from 2016-08-19 16-09-54](https://cloud.githubusercontent.com/assets/11088666/17814550/56f92cf8-6628-11e6-8ec3-5e4ea6890f77.png)

Then, prompts a user to enter a key for encryption and, according to options chosen, enter a text to encrypt or choose a file to be encrypted. Handles unsupported files and keys by popping up an error dialog. Upon success, encrypted text is shown on the same window:
![screenshot from 2016-08-19 16-24-14](https://cloud.githubusercontent.com/assets/11088666/17814837/817294b4-6629-11e6-8179-458e6c0bb2c5.png)


0 comments on commit a224c29

Please sign in to comment.