trevorswann / CipherTool

Command line cipher tool for encoding and decoding text with different types of ciphers.
MIT License
1 stars 0 forks source link

Monoalphabetic Cipher #2

Closed trevorswann closed 3 years ago

trevorswann commented 3 years ago

Add in functionality for monoalphabetic cipher. Each letter of the alphabet is replaced by any other letter, as entered as part of a key.

trevorswann commented 3 years ago

Have user enter the key alphabet where instead of entering a, b, ..., z, they enter the letter that a maps to, the letter that b maps to, ..., the letter that z maps to.