- Python 3. Tested using
Python-3.6.9.
No third party libraries are required.
Just run vigenere.py.
You can check all the options with: python3 vigenere.py -h.
The following arguments are required: -i/--input, -d/--dictionary, --hash.
NOTE: the script uses #!/usr/bin/env python so if you run this directly an incorrect Python version might be used.