Awesome-Python-Scripts/vigenere_cipher/README.md

18 lines
285 B
Markdown
Raw Normal View History

2018-10-07 14:53:15 +00:00
# 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
```