Replies: 1 comment
-
|
It's bcrypt. You might find this helpful: https://stackoverflow.com/questions/4795385/how-do-you-use-bcrypt-for-hashing-passwords-in-php |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use PHP to develop a server console. In the login part of the web page, I want to use the password stored in the database by the server.

In config.json I set
"HashAlgorithm": "sha512"But I use sha512 algorithm in PHP to process the password and it cannot match the content in the database.
So I want to ask what is the specific process of this encryption, and how I can implement such an encryption algorithm in PHP.
Beta Was this translation helpful? Give feedback.
All reactions