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

Should seedKey be stored securely? #41

Open BulatMukhutdinov opened 5 years ago

BulatMukhutdinov commented 5 years ago

Hi! Do we need to store seedKey value in some local properties? Or is it ok to leave it in plain text in a code?

iamMehedi commented 5 years ago

it'd be better to store it securely if you can, but it's also ok to store it in plain text.