79320030

Date: 2024-12-31 13:11:23
Score: 1.5
Natty:
Report link

A more secure practice would be to encrypt the password with a secure password hashing function provided by a trusted 3rd party library that is available through PHP. This is a deeper topic in itself.

Then also have a mechanism to update the library, the function and hashed password in case of problems.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: v-g