ClaudiuGeorgiu / Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
MIT License
1.09k stars 285 forks source link

About enc key #156

Closed ultrahacker678 closed 9 months ago

ultrahacker678 commented 1 year ago

Hi, i have +1 question: how to change encryption key with which methods and classes names are changing? Because if i encrypt class with name (for example)"a" it will always be "b"(for example), every time im trying to encrypt this class.

ClaudiuGeorgiu commented 1 year ago

Hi, please see https://github.com/ClaudiuGeorgiu/Obfuscapk/issues/41#issuecomment-655037098, it should answer your question.