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.
- Host: GitHub
- URL: https://github.com/nobe4/vigenere-solver
- Owner: nobe4
- License: mit
- Created: 2017-05-20T19:05:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T19:20:34.000Z (over 8 years ago)
- Last Synced: 2025-03-13T10:22:18.217Z (7 months ago)
- Topics: python3, vigenere-cipher
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)