Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72560 invoked from network); 29 Jun 2012 14:19:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2012 14:19:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:37136] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/B2-62543-C59BDEF4 for ; Fri, 29 Jun 2012 10:19:08 -0400 Received: by qafi31 with SMTP id i31so779687qaf.8 for ; Fri, 29 Jun 2012 07:19:05 -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=0UnAqEzWfgE/iy2jsUsA8GNK9XkV+9Uslc5QV55GlRc=; b=RyGCFmZdfCak0dEamynfeC3bvFn2epy6xA8/WP91k0fALoy4gfNxVKO1AEQPF2Lg93 cNvxGwij676nZbkLWy4C3zazR96cW6x7KTtbQ/DulMxb8StAtKWBuD6m5UN41MwkkJFO g2jaaH4N9WTSEmVeROsAmhmOFS+Zn+NVrlVWs61PXhwih2euJO3KgzTXeHjMgCZ3njip iLGQel6L5AIELSICN4N0TDK/fWygI1GFHEpu2njovaU5R3U6R0L721To/Pvz2G+c4MDa +wqgFWvwYy/UEquDkYhZgNWUK0mXQN2anXDxeUdjeulpOufgw0kGkPSEeH8kKkI2UVRV Hz8A== MIME-Version: 1.0 Received: by 10.224.39.75 with SMTP id f11mr4139620qae.70.1340979545832; Fri, 29 Jun 2012 07:19:05 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Fri, 29 Jun 2012 07:19:05 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Jun 2012 10:19:05 -0400 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Add hash_pbkdf2 function From: ircmaxell@gmail.com (Anthony Ferrara) Bumping this for a last call RFC. It will be 2 weeks on Monday since the proposal, and since there's not been a lot of traffic on the discussion, I'm planning on putting it up to a vote at that time (unless there are any major objections raised). So if anyone wants to comment prior to the vote, please do so! https://wiki.php.net/rfc/hash_pbkdf2 Anthony On Thu, Jun 21, 2012 at 7:41 AM, Anthony Ferrara wrote: > Pierre, > >>>> 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 just updated the RFC to include a description of the non-obvious > parameters ($password isn't described). I also included a bit on > algorithm selection in there. > > Take a peak and let me know if that satisfies what you were looking > for, or if it needs to be expanded further. > > Thanks again, > > Anthony