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

Add ability to seed SecureRandom #29

Closed ebabel closed 6 years ago

ebabel commented 6 years ago

Awesome lib! Can you add a quick way to optionally pass in or set a seed?

Thanks!