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.
Look, the data is more secure.
Comments
Post a Comment