Skip to content

Files

Latest commit

bc61e23 · Oct 7, 2018

History

History
This branch is 251 commits behind hastagAB/Awesome-Python-Scripts:master.

vigenere_cipher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 7, 2018
Oct 7, 2018

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