How To Set Password for Blogger Post

How to make blogger post private?
How to encrypt blogger post?
How to create blog post with password?

Instructions

To put encrypted text in your own site:

  1. Add the decryption JavaScript code (see below)
  2. Encrypt your text on the encryption page
    1. Type the password for the encrypted text in the Key box (be sure to remember the key!)
    2. Enter whatever you want to encrypt in the Plain Text box
    3. Click Encrypt
  3. Copy and paste the code in the HTML Code box into your website or blog.

The JavaScript decryption code

Between the <head> and </head> tags in the html code of your webpage, add the following: <script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>

Go to Dashboard > Design > Edit HTML.

Then add the JavaScript decryption code after the <head> tag in the HTML code of your blog. Copy and paste the following code:


<script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>

Then proceed to http://www.vincentcheung.ca/jsencryption/.

You'll see this page.

Then type for secret key at the "Key" area and the secret message at the "Plain Text" area.





filled form

After doing so, hit the Encrypt button under the "Plain Text" area.

Then scroll down a little and you'll see the "HTML Code" area. Highlight, copy and paste the HTML code into your POST EDITOR.





html code


And that's it!

Here's the result of the example shown. The secret key is "learning". Go and click on it.



Show encrypted text

Indonesian version : Click Here