Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 285 Bytes

File metadata and controls

17 lines (11 loc) · 285 Bytes

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