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

Please migrate to androidX #45

Closed ankur-dev closed 4 years ago

ankur-dev commented 5 years ago

Hi, Thanks for this Library.

Please migrate to this code to androidx

patrickfav commented 5 years ago

The new toolchain seems to have problems with signed jars, didn't try it in a while though, see https://github.com/patrickfav/armadillo/pull/30

patrickfav commented 5 years ago

Full disclaimer though: Im not too active in the mobile dev world anymore, so I would appreciate input from the community if this is something you would like to see.

ankur-dev commented 5 years ago

will this library work with app bundle?

patrickfav commented 5 years ago

Sorry can't say as I do not use it in current projects. Would appreciate input on this matter however.

goemic commented 4 years ago

will this library work with app bundle?

Sure it does! Why shouldn't it?

patrickfav commented 4 years ago

Merged with #51