VigenereCipher.md (364B)
1 # Vigenere Cipher 2 3 U 2.4 4 5 **Definition:** Vigenere cipher is an polyalphabetic encryption scheme where we specify a key and then shift each element in the original message by the number represented by the character at the current location. When doing this we iterate through the key to ensure there is not one value doing the encrypting like with a Caesar Cipher.