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

285 B

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