Closed MPL0Y closed 4 years ago
Looks like it's taken from here: https://www.tutorialspoint.com/cryptography_with_python/cryptography_with_python_caesar_cipher.htm
I had this code saved on my machine. Didn't realise it could have been sourced. Sorry for the trouble. I'll be working on a command-line version of this.
Caesar Cipher Python
Caesar Cipher is one of the oldest encryption techniques. It is a basic cryptography cipher method used to cipher a plaintext by merely shifting the characters based on the shift value (or key) provided.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: