Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61151 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3709 invoked from network); 12 Jul 2012 02:40:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2012 02:40:14 -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.49 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qa0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:57221] helo=mail-qa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/A0-32936-C093EFF4 for ; Wed, 11 Jul 2012 22:40:13 -0400 Received: by qabj40 with SMTP id j40so1541439qab.8 for ; Wed, 11 Jul 2012 19:40:08 -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=ceOLd26MHdu9vGa1Pzj8GhMOFWgQ0834dYXmDt0DqO4=; b=LasPshSFko0JlP0OSpiaGYGVD4j6BswIkxVVmGDh2SBpBmxdr1ra2zThgiN9BgW/5U uPm1tTjuoL7B3U4opQV2KNxPXH5g4tNnZKjPUg4z8yWagnzBU3jiFyDzB0zyO+XIljtl 7CLze/dX78dqAdH7PKf5IgLqhWrSWO2e3GRcsF+OGgD+jgrqjCpBHTU1DoXoeV31FMVs zwhroNMPmi0E284zG7nklmGQlC+KM9UVGza/n1BuUMQH4zdVw7CpytWb3q071niYU5us Uko56AhSEkN+FR+6y5x/rt0mhCQ/+t77yfgwM+QE7y218I5swHroWdMjUgDNrGzCo52R xC4Q== MIME-Version: 1.0 Received: by 10.224.217.9 with SMTP id hk9mr924505qab.58.1342060808240; Wed, 11 Jul 2012 19:40:08 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Wed, 11 Jul 2012 19:40:08 -0700 (PDT) Date: Wed, 11 Jul 2012 22:40:08 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf300fb4e5bdfc0104c498e115 Subject: [PROPOSED] password_hash RFC - Implementing simplified password hashing functions From: ircmaxell@gmail.com (Anthony Ferrara) --20cf300fb4e5bdfc0104c498e115 Content-Type: text/plain; charset=ISO-8859-1 Hello all, Since the discussion has died down around the concept, I have updated the RFC and moved it into Proposed (under discussion) status. I have updated the RFC to include a section on discussion points containing points that I know were raised but I felt were not closed (there was some debate or disagreement). I tried to include a simple description of both arguments, and the position the RFC currently takes and a brief reason why. https://wiki.php.net/rfc/password_hash Please have a look and provide any feedback! Thanks! Anthony --20cf300fb4e5bdfc0104c498e115--