0

I'm developing an App which should have a Login, so the user has to authenticate itself every time he uses the app. The app should not require the user to have an connection to the network; the password is device/user-specific.

Is there a common way how to save the password?

4