openssl_pbkdf2

(PHP 5 >= 5.5.0)

openssl_pbkdf2Generates a PKCS5 v2 PBKDF2 string, defaults to SHA-1

Описание

string openssl_pbkdf2 ( string $password , string $salt , int $key_length , int $iterations [, string $digest_algorithm ] )

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Список параметров

password

salt

key_length

iterations

digest_algorithm

Возвращаемые значения

Returns string или FALSE в случае возникновения ошибки.

Коментарии

Автор:
Despite the manual claiming that this is available in PHP 5.5 and above, this function wasn't made available in my local install.

I expect that having a prehistoric OpenSSL library version installed is the likely culprit.

If you're using PHP 5.5 and don't have this function available in your OpenSSL extension, look at the functionally equivalent hash_pbkdf2 function instead.
2014-03-20 10:10:27
http://php5.kiev.ua/manual/ru/function.openssl-pbkdf2.html

    Поддержать сайт на родительском проекте КГБ