Posts

Showing posts with the label javascript

caution on google chrome extension developers the obfuscator is no longer available

Image
Now, Google announced that the "chrome extension  obfuscator" in the code is not alowed. It means, if you are chrome extension developer the javascript obfucator is not worked.  If it is present in chrome extension then go chrome extension code and modify as "deobfuscator". What is javascript obfuscator ? The javascript obfuscator is used for hiding the code and make the code to be secure. It is mostly used in chrome extension development to hide certain code and also used as site javascript code to be hide. Some time javascript obfuscator is used as making footer credit of theme to make legacy of theme developers. What's to be hide using javascript obfuscator? Hiding database connectivity code Hiding own logic Hiding credit to maintain legacy of developers (such theme dev's) Note:- if obfuscator is present in chrome extension please fix it at the end of 2018. How to make javascript obfuscator code.  How to make javascript deobfus...

How to make javascript obfuscator code

Image
Hiding the javascript code in unreadable format i.e obfuscator. Steps to make javascript obfuscator  First you need some javascript code or using own code. make javascript obfuscator code Go to javascript obfuscator link here Paste the javascript code on right side and click on "obfuscate" then get result in form of "javascript obfuscate".