Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 197 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 197 Bytes

The Vigenère cipher is a method of encrypting alphabetic text by using a series of interwoven Caesar ciphers, based on the letters of a keyword.

Here is the implementation of a cipher in Python.