With kind of password encryption is my password stores with in db?
i have saved my password hash to my exsternal page and need to verify users password with php beforce sign in.
With kind of password encryption is my password stores with in db?
i have saved my password hash to my exsternal page and need to verify users password with php beforce sign in.
Hello Hank,
Appery.io doesn't store passwords, only their hashes. But it is impossible to check them outside.
You can use your own DB via REST services:
https://devcenter.appery.io/documenta...
Appery.io doesn't store passwords, only their hashes. But it is impossible to check them outside, because of security restrictions.
You can use your own DB via REST services:
https://devcenter.appery.io/documenta...
but how to you make the hashes? the password is converted to a kind of hash.
With one? how to generate passord to hash?
Appery.io automatically creates password, you shouldn't create it via your own JS code. If you want to do it - you can use any algorithm.