Skip to content

guillevc/vigenere

Repository files navigation

Attacking Vigenère cipher

Requirements

  • Python 3. Tested using Python-3.6.9.

No third party libraries are required.

Usage

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.

Authors

Releases

No releases published

Packages

No packages published