Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94458 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71479 invoked from network); 10 Jul 2016 05:36:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2016 05:36:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain paragonie.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:35527] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/22-46733-8DED1875 for ; Sun, 10 Jul 2016 01:36:25 -0400 Received: by mail-oi0-f42.google.com with SMTP id r2so109537600oih.2 for ; Sat, 09 Jul 2016 22:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=WSDn/7JRw6M8Soqi/sx02LKS/E5LYO6ctQ5keW2nWMU=; b=k7qI2u94Rk/vBoaoj/SPJFwKfs2FbdNXqYtEWfBi9hdroRmiGX+bIOrp6za3Uu20Yt zwKBhCjctzTdk2He4hi/dLaQepEULB1bW4F9DFJ183m7reqLhI1iOkH0jp9LBvQVNHjN 9FHeHmDuRgBZ/b1zdInMe0TRcAgiFOkM0i8hZbJBrRbLK95d7KtZ7GMSf1a6NlQ5XL5o GSRaNREjkU/5vvdpGcSvC369vBO47sebYYQvgV2bR88v6FKJSBAirRJZZ9YIOU4SE02I Kr425zjbOKLDLCf71j++6plmIqrSNdSgW9XBVicS5ApPnMnYl2+WIKKOtDz2ei5Anqj5 30vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WSDn/7JRw6M8Soqi/sx02LKS/E5LYO6ctQ5keW2nWMU=; b=UNe+2N7JVlcFBVJnauxjIrtl3QL5Yrs8Ti/9dq6uNBHESai5h33AZxgYX06fOVc1w4 p8JJvFIjxlTY9LsKWbpbAD+VcbGuwcLv1IUhb+ekRf0BiPtAst6XuYk1xC/5f1f5HMXc 48XGxpsYRjp9EZAvqP7jbClad4TtjtU1IDH/HojP/23Xi1JOmdOfSyTWFybpIJi6xykt Bs2TQF6GwxdlteH+XKR8QQmy74g2xcLjhOlYHeRLaJTMUE0d47usRZvNRa/iKyJDLgO2 tq9dIymzOe7BbzMu/phiU9zWhLkyvkRxc5Rprc1DmVaCOG2WYBVSRXNq/UHrJ6tKGgl7 8uoA== X-Gm-Message-State: ALyK8tID3roUoOxivjs5eSH4JndTCOtGSupRdFHy3a3sHzphA81khqs+oGZvrf8mMMkNMGiRm70NapHQJGUm9Q== X-Received: by 10.157.8.139 with SMTP id 11mr7591566otf.132.1468128981396; Sat, 09 Jul 2016 22:36:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.10.101 with HTTP; Sat, 9 Jul 2016 22:36:20 -0700 (PDT) In-Reply-To: References: Date: Sun, 10 Jul 2016 01:36:20 -0400 Message-ID: To: Pierre Joye Cc: "Charles R. Portwood II" , PHP internals Content-Type: multipart/alternative; boundary=001a113ac93e6bc5650537416a2a Subject: Re: [PHP-DEV] Request for wiki karma From: scott@paragonie.com (Scott Arciszewski) --001a113ac93e6bc5650537416a2a Content-Type: text/plain; charset=UTF-8 Version 1.3 of the Argon2 spec alleviated my concerns. I never completed my patch, and the past couple of months have been hectic. I can review the patch before it's merged if you want, but I still don't have the free time to author an alternative. If accepted in 7.1, I believe it can be the new PASSWORD_DEFAULT in 7.3 if it remains the best option. Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises On Sun, Jul 10, 2016 at 1:24 AM, Pierre Joye wrote: > > On Jul 10, 2016 2:38 AM, "Charles R. Portwood II" < > charlesportwoodii@erianna.com> wrote: > > > > Hello Internals, > > > > I'd like to improve the password_* functions by adding support for > > Argon2[1], the winner of the Password Hasing Competition[2]. > > > > I've previously implemented an extension[3] to handle this, however I > > believe this would be better to have Argon2 implemented directly > password_* > > functions. I would handle implementation of this enhancement, and would > > like to gather your feedback before formally proposing an RFC. > > > > My wiki username is: charlesportwoodii > > > > Thank you! > > *Charles R. Portwood II* > > > > [1] > > [2] > > [3] > > Hi Charles, > > Nice work already. > > I add Scott to this thread to be sure he reads. As far as I remember he > has a patch too but there was concerns about having argon2 support at this > stage because of the current state of argon2 specs (or something along this > line). > > Let be sure that these concerns are solved before considering to include > it as it means some bc risks later if the specs change. > > Cheers > Pierre > --001a113ac93e6bc5650537416a2a--