Password Hashing
Back to glossary
What is Password Hashing?
Password hashing is the process of converting a password into a fixed, scrambled string using a one-way algorithm. The hashed password cannot be reversed to the original, making it highly secure. It protects against attacks that try to steal or misuse stored credentials.