Hi
I am wondering weather I can use a pin code to authenticate the user. I want user to follow the following steps.
First log in using username and password (validated through rest)
If success let him create 4 digit pin.
Then his username and password is encrypted using that pin.
At the next log in user just needs to enter pin code (automatically web service is called and user validated)
So my question is can I create a pin code and encrypt the username and password using pin and decrypt it using the pin ?
Thank you so much