Skip to content

PasswordHasher Component: A simple yet powerful password hashing library

Avatar of Robin Chalas Robin Chalas

In Symfony 5.3, the password hashing logic has been extracted out from the security-core package to a first-class package named password-hasher.

This component provides a clean API to manage passwords securely, and it can be used in any PHP project.
Let's see how this component works and how it can ease managing passwords in your applications.

Delivered in English