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

so long time for store #13

Closed zzy1147 closed 6 years ago

zzy1147 commented 6 years ago

In a project, it takes 3 seconds or so long to save a field for the first time. I wonder if you have this problem. Thanks

iamMehedi commented 6 years ago

Haven't encountered anything like that. Can you please provide some instruction or code to reproduce the issue.