tanerijun / subscipher

A mono-alphabetic substitution cipher

Home Page:https://tanerijun.github.io/subscipher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubsCipher

A mono-alphabetic substitution cipher

This method of substitution replaces the 26 letters of the alphabet with 26 letters from the key (one letter matches only one other).

The app will preserve case and any non-alphabet character as it is.

Example:

Plaintext character: a b c d e f g h i j k l m n o p q r s t u v w x y z

Key character: X F Q G A W Z S E D C V B N M L K J H G T Y U I O P

console.log(subscipher("Hello, World!")); // Output: "Savvm, Umjvg!"

Check it out!

About

A mono-alphabetic substitution cipher

https://tanerijun.github.io/subscipher/


Languages

Language:JavaScript 41.8%Language:HTML 35.3%Language:CSS 22.9%