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

Support verify password #24 #29

Closed davidmigloz closed 6 years ago

davidmigloz commented 6 years ago

Ref #24

POC of password verification

Known issues:

patrickfav commented 6 years ago

LGTM