[removed] hiding contents of key

前端 未结 8 1316
梦谈多话
梦谈多话 2020-12-22 14:04

In the code below I want to hide the contents of the key(speaker) key being viewed by browser console.

var App_Version         


        
8条回答
  •  庸人自扰
    2020-12-22 15:00

    Well you can't "hide" javascript.

    You can encrypt it with an obfuscator but most people can decrypt it using a beautyfier. However check this out:

    OBFUSCATOR

提交回复
热议问题