Skip to content

renanhiramatsu/twoWaysEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twoWaysEncryption

This program decodes message files with two systems. The first one uses a a mapping system that mapps sequentially a letter from the alphabet to a letter in a cipher declared previously.

The second uses a Caesar Cipher, it's a technique in which each character in plain text is replaced by a character some fixed number of positions down to it. (For this program, it shifts 4)

What I used

-> Two header files to separate each method of decoding in which both inherits a pure virtual function from the base class

-> 1st Method: Mapping system

-> 2nd Method: Ceasar Cipher with 4 shifts

About

Uses two ways of encryption to decode a message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages