Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kp96 committed May 26, 2016
1 parent 0b2f925 commit 9ae1dd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Vigenere Cracker

#### A very basic vigenere cipher cracker using [Kasiski Examination](https://en.wikipedia.org/wiki/Kasiski_examination) and Frequency Analysis

## Usage

1. Clone the repository
2. cd `Vigenere Cracker`
3. `java VigenereCracker --inFile [input_file] --outFile [output_file]`
4. The program parses the cipher text present in the input file and writes the message to output file.

0 comments on commit 9ae1dd2

Please sign in to comment.