Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 425 Bytes

File metadata and controls

15 lines (9 loc) · 425 Bytes

Caesar-cipher:

Caesar's cipher, the shift cipher, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet.

How to run this:

  • Simply copy-paste the code in your editor and run it using:
python3 caesar_cipher.py

Output: