4ra1n / code-encryptor

该项目已集成到 https://github.com/jar-analyzer/jar-obfuscator 使用JNI加密字节码,通过JVMTI解密字节码以保护代码,支持自定义包名和密钥,使用魔法禁止黑客dump字节码
https://github.com/jar-analyzer/jar-obfuscator
MIT License
163 stars 15 forks source link

[FEATURE] 应该对完整的所有的字节码进行加密 #3

Closed 4ra1n closed 1 year ago

4ra1n commented 1 year ago

Is your feature request related to a problem? Please describe.

NO

Describe the solution you'd like

ENCRYPT MORE BYTES (XXTEA ALGORITHM)

Describe alternatives you've considered

NOW THE ALGORIGHM IS NOT STRONG

Additional context

NONE

4ra1n commented 1 year ago

finish