Skip to content

arun-geek/Caeser-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ceaser Cipher

Ceaser Cipher is an earliest known technique for encrypting text.
Based on the cipher factor the characters are shifted by that much.
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.

For Example
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

cipherd by 3 will be

D E F G H I J K L M N O P Q R S T U V W X Y Z A B C

About

A Program To Encrypt Any Plain Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages