Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90530 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12472 invoked from network); 12 Jan 2016 01:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2016 01:54:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:34916] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/04-21941-9CC54965 for ; Mon, 11 Jan 2016 20:54:17 -0500 Received: by mail-ob0-f170.google.com with SMTP id py5so47370686obc.2 for ; Mon, 11 Jan 2016 17:54:17 -0800 (PST) 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:content-type; bh=J3ejtw+Qz9kJRQKoYS5EqdIk3xbbcJ49ifQ8vts0lz4=; b=W1otm9dEmAyvruZ0EROHo7JR7HQqDlYY3xRhaIS9mCmzYELaak66V2Epps/6WMTzrM g5ZD44BQYYCpUU8RNje1E6LXPzRpcD2gAbj7FcNrVmsslE2COGITBBIGeGHjgIn/tSha Gyl3vxucXN7ixlEAcIYFLNSs9OHmI5z8PUNuF+xyj/PmUw1osoiIqR6BbGuSDcO3MD9b Cy8DsZFVhwB9jK3O5p2g5KjNp0CxF7KWbqvlTn4snIwddgy1YiIqWkAkPQtwW6mHcYux efnK7h9mNM7377Wybcl3oEMpJoMKlwrTLsMAFkKRzVx5dEaNPtXfIwZr0NVT2v2VQ7hx Afjw== MIME-Version: 1.0 X-Received: by 10.60.227.104 with SMTP id rz8mr21643985oec.45.1452563653931; Mon, 11 Jan 2016 17:54:13 -0800 (PST) Received: by 10.202.95.68 with HTTP; Mon, 11 Jan 2016 17:54:12 -0800 (PST) Received: by 10.202.95.68 with HTTP; Mon, 11 Jan 2016 17:54:12 -0800 (PST) In-Reply-To: References: <20160111163238.GA8284@openwall.com> Date: Tue, 12 Jan 2016 08:54:12 +0700 Message-ID: To: Scott Arciszewski Cc: Anthony Ferrara , Thomas Pornin , "Rouven We??ling" , Samuel Neves , Dmitry Khovratovich , JP Aumasson , Solar Designer , PHP internals Content-Type: multipart/alternative; boundary=001a113686049b3a1c052919545b Subject: Re: [PHP-DEV] PHP 7.1 - Argon2 From: pierre.php@gmail.com (Pierre Joye) --001a113686049b3a1c052919545b Content-Type: text/plain; charset=UTF-8 On Jan 12, 2016 6:28 AM, "Scott Arciszewski" wrote: > > On Mon, Jan 11, 2016 at 11:32 AM, Solar Designer wrote: > > > > On Mon, Jan 11, 2016 at 10:04:36AM -0500, Anthony Ferrara wrote: > > > To my understanding, the crypt scheme hasn't been formalized. Solar > > > Designer, can you confirm? > > > > I think it has been, in the way defined by encoding.c in: > > > > https://github.com/P-H-C/phc-winner-argon2 > > > > $ echo password | ./argon2 salt | grep ^Encoded > > Encoded: $argon2i$m=4096,t=3,p=1$c2FsdAAAAAAAAAAAAAAAAA$pDVCkCwe3h2SnqGPAGNoM36WzhyGPAd+bb3BLrxyzWw > > $ echo password | ./argon2 salt -d | grep ^Encoded > > Encoded: $argon2d$m=4096,t=3,p=1$c2FsdAAAAAAAAAAAAAAAAA$Js0T8jeqwDeja/AQ+x2o4SUn22MofUW2f88RlMRhQso > > > > I haven't been involved in this closely, though. > > > > Alexander > > I'm going to write the pull request tonight then. If there's any > reason to not merge it, please discuss it there. > > Thanks Solar. :) That's great :) And as it will not be enabled by default the risk of having to maintain our own prefix can be minimized by adding a note stating the current situation. Thanks :) --001a113686049b3a1c052919545b--