From 3e8d65af10338c34264bcb5908c50e9ee0857220 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 11 Jun 2012 18:29:51 +0000 Subject: [PATCH] Add openssl_pkcs5_pbkdf2_hmac git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326103 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/openssl-pkcs5-pbkdf2-hmac.xml | 103 ++++++++++++++++++ reference/openssl/versions.xml | 1 + 2 files changed, 104 insertions(+) create mode 100644 reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml diff --git a/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml b/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml new file mode 100644 index 0000000000..a07a24499d --- /dev/null +++ b/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml @@ -0,0 +1,103 @@ + + + + + + openssl_pkcs5_pbkdf2_hmac + Generates a PKCS5 v2 PBKDF2 string + + + + &reftitle.description; + + stringopenssl_pkcs5_pbkdf2_hmac + stringpassword + stringsalt + intkey_length + intiterations + stringdigest_method"sha1" + + + + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + password + + + + + + + + salt + + + + + + + + key_length + + + + + + + + iterations + + + + + + + + digest_method + + + + + + + + + + + &reftitle.returnvalues; + + Returns computed hash&return.falseforfailure;. + + + + + + + diff --git a/reference/openssl/versions.xml b/reference/openssl/versions.xml index 92186a4fd5..6ea0597665 100644 --- a/reference/openssl/versions.xml +++ b/reference/openssl/versions.xml @@ -25,6 +25,7 @@ +