Encrypted blog posts
From Bloggerhacks
(Difference between revisions)
(→See Also) |
(Update to 2.0) |
||
Line 1: | Line 1: | ||
==Version== | ==Version== | ||
- | + | 2.0 | |
==Platform== | ==Platform== | ||
- | For use with [[Blogger]] blogs. | + | For use with [[Blogger]] blogs or any other blog or website. |
==Author== | ==Author== | ||
- | [http:// | + | [http://www.vincentcheung.ca/ Vincent Cheung] |
==Homepage== | ==Homepage== | ||
- | [http:// | + | [http://www.vincentcheung.ca/jsencryption/ Encrypted blog posts] |
==Skill Level== | ==Skill Level== | ||
Line 25: | Line 25: | ||
==Method == | ==Method == | ||
- | (See | + | (See the website for complete [http://www.vincentcheung.ca/jsencryption/instructions.html instructions] and [http://www.vincentcheung.ca/jsencryption/examples.html examples].) |
- | # | + | # '''Add''' the decryption JavaScript code into the header of your [[Blogger template]]: |
- | # | + | :: <script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script> |
- | # | + | # Go to the '''[http://www.vincentcheung.ca/jsencryption/ encryption page]''' |
- | # | + | # '''Encrypt''' your text (be sure to remember the key!) |
- | + | # '''Copy and paste''' the code in the "HTML Code" box into your blog post | |
==Sites Using This Hack== | ==Sites Using This Hack== | ||
- | * [http://veenix.blogspot.com/ Vincent Cheung's | + | * [http://veenix.blogspot.com/search/label/encrypted Vincent Cheung's encrypted blog posts] |
+ | * [http://maid3n.blogspot.com/ MaIDeN Life] | ||
+ | * [http://herbpig.blogspot.com/ herb pig] | ||
- | |||
- | |||
- | |||
==See Also== | ==See Also== | ||
Revision as of 21:15, 8 December 2008
Contents |
Version
2.0
Platform
For use with Blogger blogs or any other blog or website.
Author
Homepage
Skill Level
You must be comfortable with editing your Blogger template.
Description
Use this hack to encrypt text and decrypt it inside the browser right from the blog. When the link is clicked and the correct key is entered, the scrambled text is decrypted. 256-bit AES encryption is used.
Method
(See the website for complete instructions and examples.)
- Add the decryption JavaScript code into the header of your Blogger template:
- <script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>
- Go to the encryption page
- Encrypt your text (be sure to remember the key!)
- Copy and paste the code in the "HTML Code" box into your blog post