Skip to content

Latest commit

 

History

History

vigenere_cipher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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