Password Hashing
Guide
Edit on GitHub ✎
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