scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Create a branch with SpongyCastle #3

Closed scottyab closed 10 years ago

scottyab commented 10 years ago

using SpongyCastle we can use a strong AES mode such as GCM

scottyab commented 10 years ago

done