Snow web-page encryption/decryption


Also see the applet version jsnowapp which can work with local files instead of URL's.
URLs used below must be direct, i.e. they must not generate a redirect, otherwise it won't work.

Decryption

URL containing concealed message:
http://
Password:

Encryption

URL to conceal message in:
http://
Message to encrypt:

Password:

After selecting Encrypt, save the resulting page as HTML source (i.e. type "Web Page, HTML only", NOT "Web Page, complete") and put it on your web site. You can decrypt the message using the Decryption section above, or using the command-line version of snow: snow -C -p password filename

snow.cgi source code.