anishsingh20 / Ceasers-Cipher

A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceasers-Cipher

A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.I have used the Transpositional Encryption Technique in which we simply shift the positions of the plain text by some regular pattern.

About

A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.

License:Apache License 2.0


Languages

Language:C++ 100.0%