May 3, 2009

posted 12:00 pm | 2 notes | Comments | Tagged as: security.

JavaScript Encyrption - Take private blog posts to the next level


Check it out, using 256 AES encryption, you can make sure private posts are never crawled by bots, seen by site admins or stored on severs. The decryption is all done in the browser and your post will expire along with the session.

Example, key = C4S9XcRZ: (tumblr users will need to click through, as the javascript is referenced in my template but not the dashboard)

Show encrypted text

Also note that because tumblr escapes <div> tags out of your custom html, you will need to change the code provided by the encryption program. I just changed the <div> to a <p> tag, keeping the the id and title the same.




  1. kylecooper posted this
blog comments powered by Disqus