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

Should mention the transient nature of Keystore based keys #1

Closed doridori closed 8 years ago

doridori commented 8 years ago

Docs should mention this as there are a few cases where using your lib will result in irretrievable data http://doridori.github.io/android-security-the-forgetful-keystore/

iamMehedi commented 8 years ago

@doridori Yeah thought of that! Will add that in the docs as soon as I can.

iamMehedi commented 8 years ago

@doridori Updated the docs with a link to your blog.