From eab6d902dcfc75f8116130721f8fd5c2e64bf96a Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 11 Apr 2018 21:46:28 +1000 Subject: [PATCH] Add small readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5385d95 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Monoalphabetic substitution - HTML/JS + +Tiny tool to do monoalphabetic substitution. Text can be added to the plaintext +area or the encrypted text area. Substitutions are then added in the designated +fields. The text can be decrypted or encrypted by a press on the buttons. +**WARNING: Encryption en decryption override the textarea on the other side.** + +To accommodate easy trial and error the text being encrypted/decrypted will +always be in lower case. The (currently) unedited output will appear as a +capital, while the substituted characters will appear in lower case as well.