/Ceasers-Cipher

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

Primary LanguageC++Apache License 2.0Apache-2.0

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.