Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72573 invoked from network); 26 Jun 2012 15:25:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2012 15:25:23 -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:51532] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/E2-49439-264D9EF4 for ; Tue, 26 Jun 2012 11:25:23 -0400 Received: by qafi31 with SMTP id i31so2252303qaf.8 for ; Tue, 26 Jun 2012 08:25:20 -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=BfmnAmJRbAQU4fYd3Gm/BY/vKS6p9I+K5yuBNepfb/A=; b=zGpuUOeU106owXWgQAzcjpNVm7x+3neHfEEF90b6wNGCd4rVQWEcYVDS1gD1w4NSkB GAp1OgGFdgRs//jXuZ7L8iJKbt45gfnzwpqay2F+Lyzg1JyZ/ZWsyy+Y36IaLs4aCWWN GpW8RFsqIEII9vjmG1ftJbIV+PuXkvKURnfXIpQtI7rx2IMWRdjOCMdLpbJ0u0U2vT2/ Y7KE76YQufV2pAgSwpp23oaeW6x8lDToHA7nFv1XefXimvN79r1tYUP2GbDA0QLJ5PEU RtIjT0/HZjo5tVVbKM+bx5BRUXG0ei0bMEX93hdmGzEz9osNPjCxEBo69OIgp6Uy0vSo Ib3g== MIME-Version: 1.0 Received: by 10.229.136.10 with SMTP id p10mr7017670qct.131.1340724319978; Tue, 26 Jun 2012 08:25:19 -0700 (PDT) Received: by 10.229.232.11 with HTTP; Tue, 26 Jun 2012 08:25:19 -0700 (PDT) Date: Tue, 26 Jun 2012 11:25:19 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: [DRAFT RFC] Adding Simplified Password Hashing API From: ircmaxell@gmail.com (Anthony Ferrara) Hello All, I've taken the conversation of the previous simplified password hashing API, and generated a patch and draft RFC for it. The patch isn't ready yet (needs review, cleanup and testing), but it's a start. https://wiki.php.net/rfc/password_hash Please have a look and comment away! Thanks, Anthony