/coder

a bookmarklet for encoding secret messages in the form of invisible characters

Primary LanguagePython

coder

A bookmarklet for encoding secret messages in the form of invisible characters

To setup, copy the code from main.js and create a bookmark with the following address:

javascript:instring = prompt("Please enter the string to encode/decode");outstring = "";decode...(rest of code)...

Enjoy!