iamMehedi / Secured-Preference-Store

A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
562 stars 97 forks source link

Keystore operation failed #12

Closed lwh4616 closed 6 years ago

lwh4616 commented 7 years ago

华为andriod 7.0

mEncryptionManager.encrypt()

Keystore operation failed

iamMehedi commented 7 years ago

Can you please provide some more details i.e the device make and model, stacktrace of the error you received, code snippet for where you initialized the EncryptionManager