Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35988 invoked from network); 14 Jun 2012 02:00:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2012 02:00:38 -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:39099] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/19-08889-5C549DF4 for ; Wed, 13 Jun 2012 22:00:37 -0400 Received: by qcmt36 with SMTP id t36so808983qcm.29 for ; Wed, 13 Jun 2012 19:00:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=qYeTmCcRZnjNpW8kAcNyBfC2E9dTQTHoyUqjGkUTm9s=; b=fPXkBidTO06xFcY7de3sd8ndOdtACS93fiC/pycB0it7GtIncMoHZWy7Asc7/tnFeA p9s6Ae41eBFSJYngURJM70S4jU8e1+JuLhzGS1P+9qGHem+VB2HvDbxkhUSaBqAnDlY1 vnNrvhqes2fdL2kVZg9fKTqZFlN0TD/zX1D4aHeUTixZsI4j2SiMzvQWCFVIEGWvkAv7 MRZ8xl3+7UJ86HZGzdZxoLHtHJDHP0sP/hPyfdtXNesCn6Z+8IGxYSVlAnUjr9FF204D jkrEGkK0C9TV0z80Hqy96XC/CVjz506PDLdWTSsEVMFj/RigBKJZTxSAz+XH54al3PP3 NPdQ== MIME-Version: 1.0 Received: by 10.224.184.1 with SMTP id ci1mr1045979qab.97.1339639234614; Wed, 13 Jun 2012 19:00:34 -0700 (PDT) Received: by 10.229.49.204 with HTTP; Wed, 13 Jun 2012 19:00:34 -0700 (PDT) Date: Wed, 13 Jun 2012 22:00:34 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [DRAFT] RFC - hash_pbkdf2 addition From: ircmaxell@gmail.com (Anthony Ferrara) 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