Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48260 invoked from network); 20 Jun 2012 12:36:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2012 12:36:56 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:55022] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/C3-25489-7E3C1EF4 for ; Wed, 20 Jun 2012 08:36:56 -0400 Received: by qcmt36 with SMTP id t36so4810038qcm.29 for ; Wed, 20 Jun 2012 05:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Rqi8WIoAd4BRfOiqcroMPvDEy9njAvwFURX8xjcFz58=; b=l7mXwvQvxlOoWtpgRwGUvDapp1TRA2KwxRZYL6ZNfvyr7ymbblrPk8Umvz/8WuSD3M /5HPegMofw8uJion2YMX5GUkXoARWJmVHuyDz+k80588OhUCTFuhsZgG4i5HPLZfXAwP VRIifrppxbITN00gsockSd0lbcASm8zH50qiVtUjNSms2EsNbBw7xpWnqFQbPpo+l4B3 QZ3G2B2s/Bfj49GRwXfKmNvGmPwz+4ux5hKpKFXbaD/VMf1MscOlO9+IhDMqFiZ2oUT2 IIDO2N0nIcUzSdm0a3CP9PHl6vKyd1ao9x78lHv68YgodpaqvRDyf8RWYOH+vb38yQzx od1w== MIME-Version: 1.0 Received: by 10.229.135.196 with SMTP id o4mr3743623qct.154.1340195813555; Wed, 20 Jun 2012 05:36:53 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Wed, 20 Jun 2012 05:36:53 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Wed, 20 Jun 2012 05:36:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jun 2012 08:36:53 -0400 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=00248c70fbf165800204c2e6a70a Subject: Re: [PHP-DEV] [RFC] Add hash_pbkdf2 function From: ircmaxell@gmail.com (Anthony Ferrara) --00248c70fbf165800204c2e6a70a Content-Type: text/plain; charset=ISO-8859-1 Pierre, On Jun 20, 2012 8:27 AM, "Pierre Joye" wrote: > > hi Anthony! > > On Wed, Jun 20, 2012 at 12:12 PM, Anthony Ferrara wrote: > > >> I would update the RFC with the current available algorithms or > >> recommended to be used (depending on the usage or goal). > > > > When you say "currently available algorithms", are you talking about > > the hash library as a whole? Or recommended for use with PBKDF2? Or > > other iterated stretching algorithms similar to PBKDF2? > > The algos recommended to use with PBKDF2. I will update the RFC tonight... > > >> About adding this to 5.4, I do not think it should be done. This is > >> not a small change and it may require more testing, both for the > >> implementations or the API (while it is fairly simple as of now :). > >> php-next is next year anyway. > > > > I can see some advantage to adding it to 5.4, but I can also > > see some disadvantages. So I leave that decision to others (such as > > yourself). > > There are always advantages to do it. But they do not help the big > picture. However, besides what I said earlier, fast releases of > features, 100% BC releases will ease the move to newer versions, > faster than the horrible situation we have now. If we keep merging > features, nobody will migrate, ever or until they have no other > choices. > You have me convinced... Anthony --00248c70fbf165800204c2e6a70a--