# Vigenère cipher Python script that encrypts/decrypts a given text with a given key based on the [Vigenere cipher](https://en.wikipedia.org/wiki/Vigenère_cipher) # Usage For Windows users: ```bash $ python vigenere.py ``` For Mac/Linux/Unix users: ```bash $ ./vigenere.py ```