logo

127 Store hashed passwords


Summary

Passwords must be hashed before being stored using secure hash algorithms such as `PBKDF2` and `bcrypt`.


Description

A hash function maps data of arbitrary size to fixed-size values. It conceals sensitive information as it is often not possible to reverse hashed texts. Hashing passwords helps to prevent unauthorized actors from obtaining them when accessing the storage system.


Supported In

Advanced: True


References


Last updated

2023/09/18