79433542

Date: 2025-02-12 15:10:04
Score: 2.5
Natty:
Report link

Generally its really bad practise to store any authentication passwords in plain text. Consider using encryption if planning to store in MySql / Maria db backend. Both PHP and MySql have functions to both store and retrieve hashed data - dont be tempted to just stick them in clear in a table.

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