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

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 deobfuscator code.

Comments

Popular posts from this blog

How to use set interval in Typescript

Which type of feed is useful for feedburner either rss or atom

How to access local file path in ionic 4