(PHP 5 >= 5.5.0, PHP 7)
Generate a PBKDF2 key derivation of a supplied password
string hash_pbkdf2 ( string $algo, string $password, string $salt, int $iterations [, int $length = 0 [, bool $raw_output = false ]] )
Parameters:
algo
Name of selected hashing algorithm (i.e. md5, sha256, haval160,4, etc..) See hash_algos() for a list of supported algorithms.