Bschuster3434/Cipher_Script
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Caesar Cipher Takes a plain text phrase and shifts each individual letter based on a numeric-password. After opening the script via python shell, you are prompted to give a phrase. In the next line, you are prompted to give a number In the final phrase, you are prompted to tell the program to cipher up or down. Based on your previous input, a new phrase will be created and then appended to your clipboard.