klaxit / hidden-secrets-gradle-plugin

🔒 Deeply hide secrets on Android
MIT License
395 stars 40 forks source link

Is it possible to directly use libsecrets.so and get the key? #69

Closed deastr closed 1 year ago

deastr commented 2 years ago

Hi. Is it possible to use libsecrets.so library in a custom Android or a Linux app and call the generated method and get the key?

ajburley commented 1 year ago

@deastr yes it's possible, see #61 but as long as you obfuscate your class which gets the secrets then it's hard to figure out exactly how to do that