Awesome-Python-Scripts/vigenere_cipher/README.md
2018-10-07 16:53:15 +02:00

18 lines
285 B
Markdown

# 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
```