Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94457 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69565 invoked from network); 10 Jul 2016 05:24:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2016 05:24:14 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:34105] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/C1-46733-CFBD1875 for ; Sun, 10 Jul 2016 01:24:13 -0400 Received: by mail-oi0-f42.google.com with SMTP id s66so109409092oif.1 for ; Sat, 09 Jul 2016 22:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=uqbEuXDmaELm0HcDs5oPj+h2FcaSnBiaW8P0W9M2MBI=; b=MxIrQ0m+TP3hrknUXiDxICm1A9Anlnwcru+9N5PxQcvzTyxil907xiSbmr8dwldOi5 v3WLMsWpE1LTgPVTBMp9njtpMNKzK4dwqR2C003UwgzHvrbVlbraC0jCV3Qt4LRlxWOg ExP6ThP3A72t2FqvpjcFqcHBMpTMENrtepGqlmP56NOXSS+u0fuKVygHOCM++t9v+oDc cCowqqtv8LM6HTqT21Go/jj8HUMLjhnJRClOlZIacnBHq56xqIPnidWrlrA2TdFXp5t3 Eu4sSscGAQdnyNIoPqdsZfBeSA9vRLJxL64FInDUkVtSzG0N9qAIC9QEuyHSLeoFC0UX /ZoQ== 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:date :message-id:subject:from:to:cc; bh=uqbEuXDmaELm0HcDs5oPj+h2FcaSnBiaW8P0W9M2MBI=; b=E5tT05bZ4iqXyTF/9sycHZSF8QVjTQwZoWUcLJlYYQTJH26Js8Dem2o2BGt5IxhINm A/R6pbDPOQmHb4kO0/JS7oW3W+I4dm5t6Vjx6xSUPj8Vj7pjoLwYL7FZsG8lrh+XTwXe nadXPogVS5PxQdXvQ7wMVq9Cf7YsEou/6Sruv5iNMpQ81oipvl0+qbj97aJFmBiZ+NAN CDR6fCVj0EZo4Z/lg6KAoOwSgLE6SqrJ8rotpFrzOjRfEgjIM0D4ViIL3N81qDxjfVBa SvEugUPOVJktajWDurmPLco21sFD/hxJvuxxFp7hGVRjS1JcHDacqoJ7d9ONqM3UL1bb 04MQ== X-Gm-Message-State: ALyK8tKfSuPMskZrVsNuHRotNycGUXbOXvbi7wpRItrhZIvB3H17au1CFIsgYyKKabfNJ+5Sj8AEqaabDHjPHA== MIME-Version: 1.0 X-Received: by 10.157.61.74 with SMTP id a68mr7563640otc.107.1468128249486; Sat, 09 Jul 2016 22:24:09 -0700 (PDT) Received: by 10.202.190.3 with HTTP; Sat, 9 Jul 2016 22:24:09 -0700 (PDT) Received: by 10.202.190.3 with HTTP; Sat, 9 Jul 2016 22:24:09 -0700 (PDT) In-Reply-To: References: Date: Sun, 10 Jul 2016 12:24:09 +0700 Message-ID: To: "Charles R. Portwood II" Cc: PHP internals , Scott Arciszewski Content-Type: multipart/alternative; boundary=001a11c00038cba8840537413e1a Subject: Re: [PHP-DEV] Request for wiki karma From: pierre.php@gmail.com (Pierre Joye) --001a11c00038cba8840537413e1a Content-Type: text/plain; charset=UTF-8 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 --001a11c00038cba8840537413e1a--