"In the midst of regular life, running is the touchstone that breathes adventure into my soul.”~ Kristin Armstrong, runner and writer
4/20/2017
(Blogger) 如何將Blogger的文章加密?
這邊是個Javascript 幫Blogger上的文章加密的測試,同樣的也可以應用在HTML格式的網頁上。
1. 在Blogger的主題\ 編輯HTML
2. 在<head> ...... </head>中間插入 以下這段script
<script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>
3. 將你要加密的文字內容在JavaScript Encryption中產生一個 unique ID, 這個亂數的unique ID 是後面我們需要貼在Blog 文章的HTML下. 記得密碼,之後我們看這段加密的文字需要他
4. 發表一個新文章, 在HTML下貼上以下的script, 其中uniqueID換成上面產生的內容
<div id="uniqueID" title="encrypted text">
<a href="javascript:decryptText('uniqueID')">Show encrypted text</a>
</div>
標籤:
紀錄,
blogger,
Javascripts,
Open Source,
Web
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言
謝謝您的留言, 我會在收到通知後盡快回覆您的.
Thanks for your comment. l may reply once I got notification.