php8.5
Home/ Manual/ reference / password/ Password Hashing

Password Hashing

The password hashing API provides an easy to use wrapper around crypt and some other password hashing algorithms, to make it easy to create and manage passwords in a secure manner.

Intro

The password hashing API provides an easy to use wrapper around crypt() and some other password hashing algorithms, to make it easy to create and manage passwords in a secure manner.

Setup Constants Reference

Source: reference/password/book.xml · from the official PHP manual (php/doc-en)