confusion:JavaScript 源代码的简单混淆器

时间:2024-07-08 09:14:55
【文件属性】:

文件名称:confusion:JavaScript 源代码的简单混淆器

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-08 09:14:55

CoffeeScript

困惑 有时,我们需要一点点“通过默默无闻的安全性”,并希望混淆我们的源代码。 通过在字符串映射中查找替换字符串文字和属性访问,混淆使破译代码变得更加困难。 例子 此代码片段: a . property ( called . with ( 'a string literal' ) ) ; an . other ( "call" , "is" , "here" ) ; 将被转换为 ( function ( _x24139 ) { a [ _x24139 [ 0 ] ] ( called [ _x24139 [ 1 ] ] ( _x24139 [ 2 ] ) ) ; an [ _x24139 [ 3 ] ] ( _x24139 [ 4 ] , _x24139 [ 5 ] , _x24139 [ 6 ] ) ; } ) . call ( this , [ "propert


【文件预览】:
confusion-master
----.eslintrc(98B)
----test.coffee(5KB)
----LICENSE(728B)
----README.md(2KB)
----.gitignore(14B)
----index.js(3KB)
----bin()
--------confusion(548B)
----CHANGELOG.md(184B)
----package.json(998B)

网友评论