Caesar Cipher (Python)
Developed a Python script that implements the Caesar cipher, a simple substitution cipher. It allows both encoding and decoding based on a user-specified shift value, handling non-alphabetical characters by preserving them in the encoded/decoded text.
Check Out Repository