- Project Name: Vigenere Cipher - Base Description: Implement the Vigenere cipher algorithm. - Extra Description: - Sample Input/Output: - Input: - Either "enc" or "dec" to determine if we are encrypting or decrypting a message - The keyword to use - A file to either encrypt or decrypt - Output: - A file that was either encrypted or decrypted using the algorithm - Extensions: Post your input on this issue to see if others can correctly decrypt your message. Everyone should use the same [Vegenere square](http://en.wikipedia.org/wiki/File:Vigen%C3%A8re_square_shading.svg). - Categories: `Text`,`Crypto` - Resources: [Vigenere Cipher Wikipedia Page](http://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher) - Sources:
Text,Crypto