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.
Very minor PR. defaultEncryptionProtocol as a variable name for the config was a bit confusing for me. Also, lint was complaining about it "A field should not duplicate the name of its containing class".
Very minor PR.
defaultEncryptionProtocol
as a variable name for the config was a bit confusing for me. Also, lint was complaining about it "A field should not duplicate the name of its containing class".