Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90484 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5459 invoked from network); 11 Jan 2016 12:55:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2016 12:55:57 -0000 Authentication-Results: pb1.pair.com header.from=me@rouvenwessling.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@rouvenwessling.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rouvenwessling.de from 80.241.60.215 cause and error) X-PHP-List-Original-Sender: me@rouvenwessling.de X-Host-Fingerprint: 80.241.60.215 mx2.mailbox.org Received: from [80.241.60.215] ([80.241.60.215:60324] helo=mx2.mailbox.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/25-64385-B56A3965 for ; Mon, 11 Jan 2016 07:55:56 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 62B9841F5F; Mon, 11 Jan 2016 13:55:52 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id GsbwsFT_kIPB; Mon, 11 Jan 2016 13:55:51 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) In-Reply-To: Date: Mon, 11 Jan 2016 13:55:50 +0100 Cc: Scott Arciszewski , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Pierre Joye X-Mailer: Apple Mail (2.3096.5) Subject: Re: [PHP-DEV] PHP 7.1 - Argon2 From: me@rouvenwessling.de (=?utf-8?Q?Rouven_We=C3=9Fling?=) > On 11 Jan 2016, at 13:27, Pierre Joye wrote: >=20 > Hi, > On Jan 11, 2016 4:12 PM, "Rouven We=C3=9Fling" = wrote: > > > > * Is there already a crypt scheme for Argon2? Or are there any = efforts to define one? It would good if PHP wouldn=E2=80=99t be an = island. >=20 > https://github.com/P-H-C/phc-winner-argon2 >=20 > The reference implementation. If anything we should use it. >=20 > I am not sure if we should bundle the library tho'. >=20 Thanks for the link. The included example seem to use $argon2i$ and = $argon2d$ as crypt scheme. A cursory search didn=E2=80=99t show anyone = else using Argon2 with a crypt scheme, so this would probably be good = enough. Best regards Rouven