An open API service indexing awesome lists of open source software.

https://github.com/nobe4/vigenere-solver

Vigenère solver based on frequency analysis and manual shift selection.
https://github.com/nobe4/vigenere-solver

python3 vigenere-cipher

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/nobe4/vigenere-solver/blob/master/LICENSE)