Is it ok to store login credentials in EncryptedSharedPreferences or is it better to use something like the KeyStore.
Asked
Active
Viewed 28 times
1 Answers
0
If you were to go for security, I would advise the later, the main reason being the extraction prevention steps that were taken when implementing the Keystore system

JustSightseeing
- 1,460
- 3
- 17
- 37
-
but both options would work – JustSightseeing Jul 21 '23 at 14:28