Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Encrypt a message or phrase using the Caesar Cypher encryption method

Notifications You must be signed in to change notification settings

aadi1011/Caesar-Cipher-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Caesar-Cipher



NOTE: This repository is no longer managed and used. See the repository Caesar-Cipher-2 for the latest updates. Thank you


Repository created by ProxyHydra (https://github.com/ProxyHydra)

Encrypt a message or phrase using the Caesar Cipher encryption method

Caesar Cipher encryption is a method of substitution cipher where each letter of a given text is replaced by a letter some fixed number of positions down the alphabet.

Features of Caesar-Cipher


--> Each charecter of a message can be shifted ahead to any number as per choice.
--> For example: With a key of 3, every 'A' in the message shifts 3 letters in the alphabet and becomes 'D'; 'B' becomes 'E'; 'Y' becomes 'C' and so on.
--> Encrypt as well as decrypt a ciphered message.

More features adding soon!

About

Encrypt a message or phrase using the Caesar Cypher encryption method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages