Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90497 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31072 invoked from network); 11 Jan 2016 15:04:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2016 15:04:40 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:38286] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/2A-64385-784C3965 for ; Mon, 11 Jan 2016 10:04:39 -0500 Received: by mail-wm0-f52.google.com with SMTP id b14so273048632wmb.1 for ; Mon, 11 Jan 2016 07:04:39 -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:content-transfer-encoding; bh=6zAzKAuBYlBcaBiRgyW+sHd13B1Jt2xAKX7MsKZPcaI=; b=BTBF2BDG7TQ6mKj48bywcoV+ik1qJapJ+RKomLo5YWEjkiHiRhPhhdshLEVimGLsvE JelAeLG77tsOapHQRqjD4Yt/ANHnM/sT3tH2JEShl13TqXyO2o8XDLyqJIuGY0PmIsWr 9Om3rd3sPNJSJz7YlL1j9SDB+zgliqr5DesfX0qm8ooS0kNlz9n8kER2xnvmGj2rQpo3 RiLW3G3lsIkOo6EDGLV903PB5RceDxbL00ETdj/pCSWQPYVZUzAlhA/0TiBIAb2hZNS+ hJGglOa8ACSUBBvFFoNXycrmn40HHtNmZ5ZlHCIxjCm9Ac/W6PrzsL8hGF86PbCRcjal 0fZQ== MIME-Version: 1.0 X-Received: by 10.28.189.11 with SMTP id n11mr14927398wmf.3.1452524676143; Mon, 11 Jan 2016 07:04:36 -0800 (PST) Received: by 10.28.11.77 with HTTP; Mon, 11 Jan 2016 07:04:36 -0800 (PST) In-Reply-To: References: Date: Mon, 11 Jan 2016 10:04:36 -0500 Message-ID: To: =?UTF-8?Q?Rouven_We=C3=9Fling?= , Solar Designer Cc: Pierre Joye , Scott Arciszewski , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 7.1 - Argon2 From: ircmaxell@gmail.com (Anthony Ferrara) + Solar Designer On Mon, Jan 11, 2016 at 7:55 AM, Rouven We=C3=9Fling = wrote: > >> On 11 Jan 2016, at 13:27, Pierre Joye wrote: >> >> Hi, >> On Jan 11, 2016 4:12 PM, "Rouven We=C3=9Fling" wr= ote: >> > >> > * 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. >> >> https://github.com/P-H-C/phc-winner-argon2 >> >> The reference implementation. If anything we should use it. >> >> I am not sure if we should bundle the library tho'. >> > Thanks for the link. The included example seem to use $argon2i$ and $argo= n2d$ as crypt scheme. A cursory search didn=E2=80=99t show anyone else usin= g Argon2 with a crypt scheme, so this would probably be good enough. To my understanding, the crypt scheme hasn't been formalized. Solar Designer, can you confirm? Anthony