Embedded Encryption

Forums:

Embedded encryption can be useful when you are trying to keep things private for specific users.
Paying members can decrypt the hidden message behind the button.
Upper level patrons can preview .js source.

The concept is simple, and I have described it in greater detail in this drupal article regarding secret messages.
This java script version extends that article by including the script in a code behind js file.