logo

Database

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

This requirement is verified in following services

Essential Plan

No

Advanced Plan

Yes