Securing data on Android app using a 6 digit PIN
Lets say that on an Android app the user has to enter a 6-digit PIN on startup. Let’s also say that we have some sensitive data in this application that we’d like to encrypt.
The way I would to this is:
Using a key derivat… Continue reading Securing data on Android app using a 6 digit PIN