🔐
Caesar Cipher
Python82 lines· A console implementation of the classic Caesar cipher. It encodes or decodes a message by shifting each letter a chosen number of positions through…
Original project by @Harry830 — view source on GitHubReady when you are
Caesar Cipher
A console implementation of the classic Caesar cipher. It encodes or decodes a message by shifting each letter a chosen number of positions through the alphabet.
How to run
python caesar-cipher.py
Dependencies
Standard library only.
Pyodide-runnable
Yes - it is a pure-stdlib console program using only input()/print().
caesar-cipher.py· Python 3.x
92 linesConsole· terminal