Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application的string没被混淆 #108

Closed
lileii opened this issue Apr 30, 2023 · 4 comments
Closed

Application的string没被混淆 #108

lileii opened this issue Apr 30, 2023 · 4 comments

Comments

@lileii
Copy link

lileii commented Apr 30, 2023

我发现两个问题:
1.Application的string没被混淆
2. Intent intent = new Intent(this, WebViewActivity.class);
intent.putExtra("url", str);
finish();
这里的url字符串没被混淆

@lileii
Copy link
Author

lileii commented Apr 30, 2023

问题2的这个activity 是整个App的启动类

//stringfog {
// // 必要:加解密库的实现类路径,需和上面配置的加解密算法库一致。
// implementation 'com.github.megatronking.stringfog.xor.StringFogImpl'
// // 可选:加密开关,默认开启。
// enable true
// debug true
// // 可选:指定需加密的代码包路径,可配置多个,未指定将默认全部加密。
//// fogPackages = ['com.xxx.xxx']
// // 可选(3.0版本新增):指定密钥生成器,默认使用长度8的随机密钥(每个字符串均有不同随机密钥),
// // 也可以指定一个固定的密钥:HardCodeKeyGenerator("This is a key")
// // 可选(4.0版本新增):用于控制字符串加密后在字节码中的存在形式, 默认为base64,
// // 也可以使用text或者bytes
// mode base64
//}

我的配置如下

@lileii
Copy link
Author

lileii commented Apr 30, 2023

我用的的是7.4.1

@MegatronKing
Copy link
Owner

#111

@MegatronKing MegatronKing closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2023
@lileii
Copy link
Author

lileii commented Aug 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants