patrickfav / armadillo

A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
https://favr.dev/opensource/armadillo
Apache License 2.0
280 stars 52 forks source link

Proguard rules for this library #1

Closed SAGARSURI closed 6 years ago

SAGARSURI commented 6 years ago

Is there any proguard rule for this library ?

patrickfav commented 6 years ago

If it would, it would provide it's own proguard mapping which the Android Gradle Plugin will honor (see proguard-rules.pro).

Nevertheless this lib does not use reflection, byte code manipulation, code creation or other methods which would require any special treatment. You should be able to obfuscate it 100%

SAGARSURI commented 6 years ago

awesome.