Reputation: 145
I have implemented my app to use Lollipin library to show a Pin Screen when the user is inactive or the app is on background for a long time to protect the app.
I save the generated pin on the server and retrieve it on the login, but when the user is on a new device or clear the data, the salt is lost from the shared preference and creating a new one will use the current milisecs of the system, which won't match the one previously created.
Is there a way to override the AppLockImpl or to customise the salt I want to use?
Upvotes: 0
Views: 81