Supported Versions: PHP 5 >= 5.5.0, PHP 7, PHP 8
Generate a PBKDF2 key derivation of a supplied password
<?php hash_pbkdf2(    string $algo,    string $password,    string $salt,    int $iterations,    int $length = 0,    bool $binary = false): string