Skip to content

Jyotsna-Shrestha/Caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

This is a classic ancient cryptography used for message encryption. It is a type of substitution cipher in which each letter in the message is replaced by a letter some fixed number of positions (shifts) down the alphabet.

Getting Started

Prerequisites

python

Setup

  1. Clone the repository
  2. Install Python in your system if you don't already have it.
  3. Select the directory Caesar-cipher in terminal/command line environment.
  4. Run the program using the following command:
python3 main.py

About

A classic ancient cryptography built with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages