Skip to content

This is a Text Encrypter/Decrypter program written in Python which uses the Caesar Cipher technique to encrypt the text.

Notifications You must be signed in to change notification settings

dabimanish87/Text-Encrypter-Decrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Text-Encrypter-Decrypter

This is a Text Encrypter/Decrypter program written in Python which uses the Caesar Cipher technique to encrypt the text.

The Caesar Cipher technique is one of the earliest and simplest methods of encryption technique. It’s simply a type of substitution cipher, i.e., each letter of a given text is replaced by a letter some fixed number of positions down the alphabet. For example with a shift of 1, A would be replaced by B, B would become C, and so on.

Text Encrypter Decrypter

About

This is a Text Encrypter/Decrypter program written in Python which uses the Caesar Cipher technique to encrypt the text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages