Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56366 invoked from network); 14 Jun 2012 08:27:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2012 08:27:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:54807] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/02-39100-760A9DF4 for ; Thu, 14 Jun 2012 04:27:20 -0400 Received: by obbuo13 with SMTP id uo13so2462513obb.29 for ; Thu, 14 Jun 2012 01:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GK4R1ZiJCPssvq0aGUwxDdmUd4p8YNkUqsGk9zuwSqw=; b=wmOeIdXwTCOJgF8F3XOO2RGfTwAlStoqWIe2hlNWqpYFd4N/3OF6tNiM5Dyw+4I1Oy IW0+Gj67Cfc7aF9+rmnM8SBuYjC5b4sZbOqYVOgCx3JIuJ7N9ET8l/0wqytiV/ljLvhA wybVmLMyLkdAR65vX2j12Y4kvwkon+UaiX8FLP4UzH4Un0M1hHkv+whF57xUKZ/yCb2q DxqmQEtKWDeSJd89pAfDR15YRNGisiNgU26xwGQeerd1nOayPTzfFfWiogbXF4+mVKKz 1dyUdf6hoSJC07GpMsaPaCWB2k3Jzcaeh17EaVOIUk/9LG9e6WFc2PnzxVk7ehN0wJ7Q OlzA== MIME-Version: 1.0 Received: by 10.182.117.39 with SMTP id kb7mr803579obb.37.1339662436694; Thu, 14 Jun 2012 01:27:16 -0700 (PDT) Received: by 10.60.41.166 with HTTP; Thu, 14 Jun 2012 01:27:16 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Jun 2012 10:27:16 +0200 Message-ID: To: Anthony Ferrara Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=14dae93997dfa87c0204c26a77c6 Subject: Re: [PHP-DEV] [DRAFT] RFC - hash_pbkdf2 addition From: simonsimcity@googlemail.com (Simon Schick) --14dae93997dfa87c0204c26a77c6 Content-Type: text/plain; charset=UTF-8 Hi, Anthony I personally would rename the 2nd parameter to $data as this function is not only meant for creating secure hashes from passwords. Bye Simon On Thu, Jun 14, 2012 at 4:00 AM, Anthony Ferrara wrote: > Hello all, > > I've written up a quick draft version of an RFC for pull request 105 ( > https://github.com/php/php-src/pull/105 ), to add hash_pbkdf2() to the > core implementation. Please give it a look and provide some feedback, > so that this can move into discussion as a more defined proposal. > > https://wiki.php.net/rfc/hash_pbkdf2 > > Thanks, > > Anthony > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --14dae93997dfa87c0204c26a77c6--