WHAT'S NEW?
Loading...

How to Encrypt Blogger Templates? [Better Script]


Encryption is the process of encoding messages or information in such a way that only authorized parties can read it. Encryption does not of itself prevent interception, but denies the message content to the interceptor. In an encryption scheme, the intended communication information or message, referred to as plaintext, is encrypted using an encryption algorithm, generating ciphertext that can only be read if decrypted. For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is in principle possible to decrypt the message without possessing the key, but, for a well-designed encryption scheme, large computational resources and skill are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients, but not to unauthorized interceptors.

In many other web languages such as php, encryption can easily done and designer can easily display his attribute in footer, but, in the case of Blogger; its difficult. Reason is crystal clear, because Blogger template made in only few basic languages such as HTML, CSS, JavaScript and so forth. So, encryption in Blogger templates can only possible with JavaScript, but how to encrypt Blogger Templates?

Why this Script is Better then other any?

First of all, there is only a single script over web, that is stolen from Templateism from his Google Code's directory. However, there are lots of flow in that Script. Such as, it can be easily removable with simple CSS code (Can't mention here). Secondly, It is run only with JQuery 1.11.0, So sometimes it cause incompatibility error, that is probably not fine at all. Moreover, that Script is bit complex and only developers can handle, where as, this Script is very simple and understandable for newbie too. The crux of the content is that there are ample number of pros in this new Encryption Script.
Make sure, this is script is original written by me - Harman Singh Hira, so copying and pasting without mention me or my blog is prohibited. You must mention this blog before posting or using this script.
Features:
  • Hard to Decrypt
  • Hard to Remove
  • Simple and Clean Codes
  • Run without JQuery
  • Written in JavaScript only
  • No Compatibility Issue
  • Best for Newbies
  • Usable for outside Blogger too.
  • Many more... 
How to Encrypt Blogger Templates?
Note: Before doing anything, keep a backup of your template as a precaution.

#01: Search for a JavaScript Codes in between a Blogger Template. You can use Search tool for it. Select large-big and unique JavaScript Codes for better encryption so that if codes remove from template then template stop working.


#02: After Selection, Copy below codes.
var DesignDevta_Site = "http://site.in";
var DesignDevta_Credits = "Designed by <a href='http://site.in'>Design Devta</a>";
var DD_Encryption=["\x30\x2E\x36\x3D\x39\x28\x29\x7B\x61\x20\x65\x3D\x34\x2E\x35\x28\x22\x64\x22\x29\x3B\x37\x3D\x3D\x65\x26\x26\x28\x30\x2E\x38\x2E\x31\x3D\x32\x29\x2C\x65\x2E\x62\x28\x22\x31\x22\x2C\x32\x29\x2C\x65\x2E\x63\x3D\x33\x7D\x3B","\x7C","\x73\x70\x6C\x69\x74","\x77\x69\x6E\x64\x6F\x77\x7C\x68\x72\x65\x66\x7C\x44\x65\x73\x69\x67\x6E\x44\x65\x76\x74\x61\x5F\x53\x69\x74\x65\x7C\x44\x65\x73\x69\x67\x6E\x44\x65\x76\x74\x61\x5F\x43\x72\x65\x64\x69\x74\x73\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64\x7C\x6F\x6E\x6C\x6F\x61\x64\x7C\x6E\x75\x6C\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x76\x61\x72\x7C\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x7C\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C\x7C\x44\x44\x5F\x45\x6E\x63\x72\x79\x70\x74\x69\x6F\x6E\x7C","\x72\x65\x70\x6C\x61\x63\x65","","\x5C\x77\x2B","\x5C\x62","\x67"];
eval(function(_0x6600x1,_0x6600x2,_0x6600x3,_0x6600x4,_0x6600x5,_0x6600x6){_0x6600x5=function(_0x6600x3){return _0x6600x3.toString(_0x6600x2)};if(!DD_Encryption[5][DD_Encryption[4]](/^/,String)){while(_0x6600x3--){_0x6600x6[_0x6600x5(_0x6600x3)]=_0x6600x4[_0x6600x3]||_0x6600x5(_0x6600x3)};_0x6600x4=[function(_0x6600x5){return _0x6600x6[_0x6600x5]}];_0x6600x5=function(){return DD_Encryption[6]};_0x6600x3=1;};while(_0x6600x3--){if(_0x6600x4[_0x6600x3]){_0x6600x1=_0x6600x1[DD_Encryption[4]]( new RegExp(DD_Encryption[7]+_0x6600x5(_0x6600x3)+DD_Encryption[7],DD_Encryption[8]),_0x6600x4[_0x6600x3])}};return _0x6600x1;}(DD_Encryption[0],15,15,DD_Encryption[3][DD_Encryption[2]](DD_Encryption[1]),0,{}));

#03: Paste them in between selected <script> tag. (before </script>)


#04: Edit Codes according to you. Such as, website and credit texts.

#05: Now copy complete JavaScript Codes. (without <script> tag)


#06: Paste Codes at: https://javascriptobfuscator.com/Javascript-Obfuscator.aspx

#07: Click on Obfuscate Button to Encrypt JavaScript.


#08: Copy Encrypted JavaScript and Paste in Blogger Template on the place of old codes (remove previous decoded codes)

Note: You can now Save your Template then open your blogger new tab. If your blog redirected to your wanted destination then it means codes are working.

#09: Now, its time to display credits in footer. First of all, select place where you ant to display them, probably footer.

#10: Remove existing credit codes with below cods.
<DesignDevta id="DD_Encryption"/>


#11: That's it. Done.

Thank you for patronizing Design Devta. I am sure your visit to us must be quite satisfying and in line with your expectations from us. Just in case, it's not as you expected from us or if you are facing any problem, kindly forward your feedback's directly to us by leave a Comment below or using our Contact form. And, get assured response from my side. Your feedback's and suggestions are extremely valuable to us. This Post is written by Harman Singh Hira. There is no any source so Copying or using this post for your own site is not allowed. If anyone do so get ready for facing DMCA. Please, if you like this post then share on your social networking sites. Assuring you of our best service always.

3 comments: Leave Your Comments

  1. i got this error

    JScriptCodeDom.CodeParseException: Unexcepted Token : None , Requires QuoteEnd , at END ---> System.Exception: Unexcepted Token : None , Requires QuoteEnd
    at JScriptCodeDom.CodeParser.ReadAndCheckToken(CodeTokenType equalto)
    at JScriptCodeDom.CodeParser.ContinueExpressionCore(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.ContinueExpression(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.InternalParseStatementCore()
    at JScriptCodeDom.CodeParser.InternalParseStatement()
    at JScriptCodeDom.CodeParser.ParseStatement()
    at JScriptCodeDom.CodeParser.ParseBlock()
    at JScriptCodeDom.CodeParser.ParseFunctionForQuoteStart(CodeFunctionExpression func)
    at JScriptCodeDom.CodeParser.ParseFunctionExpression()
    at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr)
    at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr)
    at JScriptCodeDom.CodeParser.ParsePriorityExpression(String forwhat)
    at JScriptCodeDom.CodeParser.ContinueExpressionCore(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.ContinueExpression(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.InternalParseStatementCore()
    at JScriptCodeDom.CodeParser.InternalParseStatement()
    at JScriptCodeDom.CodeParser.ParseStatement()
    at JScriptCodeDom.CodeParser.ParseBlock()
    at JScriptCodeDom.CodeParser.ParseFunctionForQuoteStart(CodeFunctionExpression func)
    at JScriptCodeDom.CodeParser.ParseFunctionExpression()
    at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr)
    at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr)
    at JScriptCodeDom.CodeParser.ParseCommaSplitedCollection()
    at JScriptCodeDom.CodeParser.ContinueExpressionCore(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.ContinueExpression(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement)
    at JScriptCodeDom.CodeParser.InternalParseStatementCore()
    at JScriptCodeDom.CodeParser.InternalParseStatement()
    at JScriptCodeDom.CodeParser.ParseStatement()
    at JScriptCodeDom.CodeParser.ParseBlock()
    at JScriptCodeDom.CodeParser.Parse(String code, String filename, Int32 lineoffset, Boolean keeplinenum)
    --- End of inner exception stack trace ---
    at JScriptCodeDom.CodeParser.Parse(String code, String filename, Int32 lineoffset, Boolean keeplinenum)
    at ProtectorV1.Protect(String[] codes)
    at ProtectorV1.Protect(String code)
    at ASP.javascript_obfuscator_aspx.Button1_Click(Object sender, EventArgs e)

    ReplyDelete
  2. You can Download Latest Blogger Templates 2019 Blogger Funda

    ReplyDelete
  3. How can I put my site name in the footer, instead of: "Design Devta" after encryption?
    Here:

    ReplyDelete