-
Notifications
You must be signed in to change notification settings - Fork 0
Caesar Cipher #6
Copy link
Copy link
Open
Labels
Description
- Project Name: Caesar Cipher
- Base Description: Implement the Caesar cipher algorithm.
- Extra Description:
- Sample Input/Output:
- Input:
- Either "enc" or "dec" to determine if we are encrypting or decrypting a message
- A number to determine how many places each letter should move
- 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.
- Categories:
Text,Crypto - Resources: Caesar Cipher Wikipedia Page
- Sources:
Reactions are currently unavailable