79602161

Date: 2025-05-01 16:06:43
Score: 2.5
Natty:
Report link

You can hash the password before it gets stored in your database, and then use the same hashing algorithm to compare passwords. This way you (and all network admins) won't be able to see their plaintext passwords, and neither will anyone who gets into your database.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ben