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

How much slower is Secure preferences over using Standard Shared preferences? #24

Open scottyab opened 9 years ago

scottyab commented 9 years ago

Test using hugo and/or performance tools to answer the question "How much slower is Secure preferences over using Standard Shared preferences?"

The main methods to focus on:

scottyab commented 9 years ago

See issue #18 for more details on how to speed up (but also reduce security)