FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Amazing-Python-Scripts/Caesar-Cipher at main · Carl283583/Amazing-Python-Scripts · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.

Requirements

To install the requirements run the command pip install -r requirements.txt

How to run this:

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

Output:


Back | FazBrowse Home | New Git URL