pyBegin / projects / caesar-cipher
🔐

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…

82 linesRunnable

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().