-
Notifications
You must be signed in to change notification settings - Fork 0
Vigenere Cipher #7
Copy link
Copy link
Open
Labels
Description
- 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
- Input:
- Extensions: Post your input on this issue to see if others can correctly decrypt your message. Everyone should use the same Vegenere square.
- Categories:
Text,Crypto - Resources: Vigenere Cipher Wikipedia Page
- Sources:
Reactions are currently unavailable