mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
.. | ||
README.md | ||
vigenere.py |
Vigenère cipher
Python script that encrypts/decrypts a given text with a given key based on the Vigenere cipher
Usage
For Windows users:
$ python vigenere.py
For Mac/Linux/Unix users:
$ ./vigenere.py