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.
563 stars 97 forks source link

Cipher not initialized issue sometimes(Once if i run the test case 10 times). #37

Open YogeshByndoor opened 6 years ago

YogeshByndoor commented 6 years ago

I wrote the test case which store the value and get the value from shared preference. The test case was failing sometimes.