Sunday 26 March 2017

CipherSharedPrefs

CipherSharedPrefs implements SharedPreferences with encryption layer and some new features.

How it works

When you put value to CipherSharedPreferences it is transformed to String and encrypted by provided ICipherHolder object, encrypted string is saved to SharedPreferences delegate.



from The Android Arsenal

No comments:

Post a Comment