nithya-hub-26 / caesar_cipher

This is a cryptography tool used to encrypt and decrypt the message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caesar_cipher

This is a cryptography tool used to encrypt and decrypt the message.The Caesar Cipher technique is one of the earliest and simplest method of encryption technique. It's simply a type of substitution cipher. A Caesar cipher is a simple method of encoding messages. It uses a substitution method where letters in the alphabet are shifted by some fixed number of spaces to yield an encoding alphabet. A Caesar cipher with a shift of 1 would encode an A as a B, an M as an N, and a Z as an A, and so on.

About

This is a cryptography tool used to encrypt and decrypt the message.


Languages

Language:Python 100.0%