nobe4 / vigenere-solver

Vigenère solver based on frequency analysis and manual shift selection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vigenère solver based on frequency analysis and manual shift selection.

License:MIT License


Languages

Language:Python 100.0%