Storing encrypted passwords in the database
There's a good trick I saw while I was reading a project.
The passwords were stored in the database after encryption.
When
we write the login page, we will get the password from the user,then
encrypt it to compare it with the password stored in the database.
Comments
Post a Comment