Encrypted blog posts

From Bloggerhacks

(Difference between revisions)
(See Also)
(Update to 2.0)
Line 1: Line 1:
==Version==
==Version==
-
1.0
+
2.0
==Platform==
==Platform==
-
For use with [[Blogger]] blogs.
+
For use with [[Blogger]] blogs or any other blog or website.
==Author==
==Author==
-
[http://veenix.blogspot.com/ Vincent Cheung]
+
[http://www.vincentcheung.ca/ Vincent Cheung]
==Homepage==
==Homepage==
-
[http://veenix.blogspot.com/2006/07/encrypted-blog-posts.html Encrypted blog posts]
+
[http://www.vincentcheung.ca/jsencryption/ Encrypted blog posts]
==Skill Level==
==Skill Level==
Line 25: Line 25:
==Method ==
==Method ==
-
(See complete instructions at the [http://veenix.blogspot.com/2006/07/encrypted-blog-posts.html homepage].)
+
(See the website for complete [http://www.vincentcheung.ca/jsencryption/instructions.html instructions] and [http://www.vincentcheung.ca/jsencryption/examples.html examples].)
-
# Encrypt your text (be sure to remember the key!) using the website in the [http://veenix.blogspot.com/2006/07/encrypted-blog-posts.html instructions]
+
# '''Add''' the decryption JavaScript code into the header of your [[Blogger template]]:
-
# Obtain code from the [http://veenix.blogspot.com/2006/07/encrypted-blog-posts.html instructions].
+
:: <script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>
-
# Insert [[JavaScript]] snippet into your [[Blogger template]], per the instructions.
+
# Go to the '''[http://www.vincentcheung.ca/jsencryption/ encryption page]'''
-
# Re-publish your blog.
+
# '''Encrypt''' your text (be sure to remember the key!)
-
# Insert the encrypted text in a post inside of a div and call the appropriate Javascript function with a link pointing to that div
+
# '''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 Blog]
+
* [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]
-
Edit this area and add your own link if you are using this hack.
 
-
 
-
[http://maid3n.blogspot.com MaIDeN Life]
 
==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

Vincent Cheung

Homepage

Encrypted blog posts

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.)

  1. 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>
  1. Go to the encryption page
  2. Encrypt your text (be sure to remember the key!)
  3. Copy and paste the code in the "HTML Code" box into your blog post

Sites Using This Hack

See Also

Personal tools
FreshTags