Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65224 invoked from network); 1 Aug 2016 19:59:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2016 19:59:13 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wm0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:34872] helo=mail-wm0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/81-56789-F0AAF975 for ; Mon, 01 Aug 2016 15:59:12 -0400 Received: by mail-wm0-f50.google.com with SMTP id f65so383116704wmi.0 for ; Mon, 01 Aug 2016 12:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=iLfSPLB4hYjnB9PNS1L3ewMBkq+/eTrP91xqjWLHDis=; b=tyJzLLWJnV+gQMoOglU05/9TnUL5MUE8DVWMGyq6Ivny8qFrhVH6v5/b5Mky8YqZKu VUMOLGIYxK/z6UlPubLgM+jbSISybFTqoMHfBtPaDKIILkoJQhHpEV8S4Y89I2YiBwLX bgsQebDiDBDQ7iGVSGfCSPMT36wUcqhl3ONpXmgwXeJuRyx3sLy0OW8QcBtOa1FzxUWB 3AWm2XSxdUTATMTvUB9mPsLHxFGwrICDiC91mozklJu5tanRTTJtUJnqxpbRJ1QnAlv9 clqBAyoU+zYute/K0S3ZyZtVEq8VeQa2/4qWyL7XftT0HcL/9FEBzQB7k0B9adDzJPKZ 0l3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=iLfSPLB4hYjnB9PNS1L3ewMBkq+/eTrP91xqjWLHDis=; b=gm9GthXyQhfT0p9+iUj4yZEMj15dtJxzCEzmrM7kE8X93x8WQN+X+RdmZFkRphykd9 lwbBhRaY1HWZpsl2qpZaAGlx7A4cKwZVybfY98sPJsrkpPejYbZRNc1+HTSKIT1JDUll 17+oefscHG9h9XMPA8VNEobuD1qiALuSGJfoBCFy30XVMfalgWjYWhIWObpfz3zFmeuc 4Vi9+R9TpMTrpg/pSJaOyYJi0JiprmNd5xKCS+wylR0yYwsOwNmAL27QW7WCs5v5D+p3 09aKbQAW0nu78Les80FyZIbxPQfS5ogntuIlcB2VtKx2K2+wkVSmA6x/wPG4Eeoirzge X0wg== X-Gm-Message-State: AEkooutBCkrVrsz9wYqoVHaOo2/TNzYRZBoRoOr7xs8v8gug9HP5058gMO+/YvPDsA/Qypiz+1JmWR11uZDvQw== X-Received: by 10.194.18.198 with SMTP id y6mr56430179wjd.87.1470081549113; Mon, 01 Aug 2016 12:59:09 -0700 (PDT) MIME-Version: 1.0 Sender: are.you.winning@gmail.com Received: by 10.28.130.5 with HTTP; Mon, 1 Aug 2016 12:59:08 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Aug 2016 20:59:08 +0100 X-Google-Sender-Auth: HJ0_GBbgvoI6u_6S19qff9fmBSE Message-ID: To: "Charles R. Portwood II" Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d0444ea11869c76053908081a Subject: Re: [PHP-DEV] [RFC][VOTE]: Argon2 Password Hash From: daverandom@php.net (Chris Wright) --f46d0444ea11869c76053908081a Content-Type: text/plain; charset=UTF-8 On 1 August 2016 at 18:46, Charles R. Portwood II < charlesportwoodii@erianna.com> wrote: > Hello, > > The RFC for introducing Argon2 as an alternative hashing algorithm for the > password_* functions is now open. The RFC is available at > https://wiki.php.net/rfc/argon2_password_hash. > > Voting is open for 1 week, and will close on August 8th with a 50%+1 > majority required to pass. If either of those need to be adjusted please > let me know. > To clarify, the vote appears to be a single vote for "include in 7.2 *and* make default in 7.4" - is this correct? If so, I think it would it be better to reduce the scope - include in 7.2, with a view to holding a discussion/vote on making it default nearer the time 7.4 comes around. It seems a little premature for voting on things that won't even start happening for a couple of years, and there's always the possibility that something may change between now and then (e.g. some better default is decided on and/or some vuln is discovered in bcrypt/Argon2 that changes the considerations). Thanks, Chris --f46d0444ea11869c76053908081a--