Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 488 Bytes

vigenere-solver

Vigenere solver based on frequency analysis and manual shift selection.

Usage

./vigenere_solver.py

For the different options, look at the comments or use the -h flag.

Installation

This script is made for python 3, the requirements can be installed via:

pip3 install -r requirements.txt

Contribution

I'd be glad to accept pull requests and issues, you know the way!

License

MIT