Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56152 invoked from network); 21 Jun 2012 11:42:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2012 11:42:04 -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:47806] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/92-42253-B8803EF4 for ; Thu, 21 Jun 2012 07:42:03 -0400 Received: by qcmt36 with SMTP id t36so274517qcm.29 for ; Thu, 21 Jun 2012 04:42:00 -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=hmDVnrEp7xJi/8oRqT6X0a7Os1tpRZxS5kdVLrQsNmE=; b=jNFGQz7fhAh1rMmLa6kvxaB+B9at/incKmEg1K01ZwZK3hGEEiJo1kHsSHkLVsptFC Soiy5JMFvclZX9q3+9Jl5YZC5cQoRMhM3OjhR+I4yoieYHdcnKP5J4HsrdRkTafixaKj WJyVLYJ+LI85+mbv2KIsjMak5u4d0BKr5ezzK2PFrF9Ub4Rw8PA5l49ZnfOO4wdypDTC q6NxlwvtoshMgpjL50xWlviN985VAAh5YTDv7TW92NElbu9l8h6gnNMksI+fevYrM/Ja o1iwqSPg1pKxVAt/KflJugcVwyTH6qrOtqc5y3fudJOi2VSXkQk30D5Qh58LnmcC31P/ h2/w== MIME-Version: 1.0 Received: by 10.224.205.195 with SMTP id fr3mr47102351qab.68.1340278919841; Thu, 21 Jun 2012 04:41:59 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Thu, 21 Jun 2012 04:41:59 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Jun 2012 07:41:59 -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) 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