![]()
| Password hashing is a security technique that protects user passwords by converting them into a fixed-length, unreadable string using a one-way mathematical function. Instead of storing the actual password, systems store the hash, so even if a database is compromised, the original passwords can’t be easily recovered. |