Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95264 invoked from network); 22 Jan 2013 17:00:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2013 17:00:06 -0000 Received: from [127.0.0.1] ([127.0.0.1:23091]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 86/80-25422-595CEF05 for ; Tue, 22 Jan 2013 12:00:05 -0500 X-Host-Fingerprint: 80.221.247.7 cable-lpr2-50ddf7-7.dhcp.inet.fi Received: from [80.221.247.7] ([80.221.247.7:29196] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/70-25422-130CEF05 for ; Tue, 22 Jan 2013 11:37:05 -0500 Message-ID: To: internals@lists.php.net Date: Tue, 22 Jan 2013 18:36:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.221.247.7 Subject: hash_pkbdf2() back-ported from PHP 5.5 into PHP 5.4.11 From: jatu@hqcodeshop.fi (Jari Turkia) I've wanted a binary PKBDF2() function into PHP for a very long time and didn't want to wait for 5.5 release. Get the patch from: http://blog.hqcodeshop.fi/archives/11-Back-ported-hash_pbkdf2-from-PHP-5.5.html Hope this helps somebody. Regards, Jari Turkia