1 2 3 4 5
<?php function defaults_password_hash(#[\SensitiveParameter] string $password) { return password_hash($password, PASSWORD_ARGON2ID); }