Hank Joreid
Posts: 0
Joined: Mon Apr 20, 2015 1:00 pm

Passord encryptin?

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Passord encryptin?

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...

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Passord encryptin?

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...

Hank Joreid
Posts: 0
Joined: Mon Apr 20, 2015 1:00 pm

Passord encryptin?

but how to you make the hashes? the password is converted to a kind of hash.
With one? how to generate passord to hash?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Passord encryptin?

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.

Return to “Issues”