jextrevor / coder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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


Languages

Language:Python 59.3%Language:JavaScript 40.7%