Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83903 invoked from network); 7 Aug 2016 15:06:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2016 15:06:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 67.192.241.147 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 67.192.241.147 smtp147.dfw.emailsrvr.com Received: from [67.192.241.147] ([67.192.241.147:37590] helo=smtp147.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/82-33134-C8E47A75 for ; Sun, 07 Aug 2016 11:06:54 -0400 Received: from smtp23.relay.dfw1a.emailsrvr.com (localhost [127.0.0.1]) by smtp23.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 8F655E00C4; Sun, 7 Aug 2016 11:06:50 -0400 (EDT) X-Auth-ID: fsb@thefsb.org Received: by smtp23.relay.dfw1a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 63F86E00B5; Sun, 7 Aug 2016 11:06:48 -0400 (EDT) X-Sender-Id: fsb@thefsb.org Received: from [10.0.1.2] (c-66-30-62-12.hsd1.ma.comcast.net [66.30.62.12]) (using TLSv1 with cipher DES-CBC3-SHA) by 0.0.0.0:465 (trex/5.7.1); Sun, 07 Aug 2016 11:06:50 -0400 User-Agent: Microsoft-MacOutlook/14.6.6.160626 Date: Sun, 07 Aug 2016 11:06:45 -0400 To: "Charles R. Portwood II" , PHP internals CC: Niklas Keller , Lauri =?UTF-8?B?S2VudHTDpA==?= Message-ID: Thread-Topic: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash References: <81b5a129-9c90-0a54-921f-7e1f9b5f727f@thefsb.org> <9d2ef6f3a84333f35ebcb843ade65c22@k-piste.dy.fi> <05cf17898a22abc41664004ef8731342@k-piste.dy.fi> In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Argon2 Password Hash From: fsb@thefsb.org (Tom Worster) On 8/6/16, 1:55 PM, "Charles R. Portwood II" wrote: >Typically a run time of of under 50 ms is the target goal. Argon2 can be >tweaked to use a specific amount of memory, time, or CPU cores. Trying to >find good default cost factors is problematic since all 3 of those >factors are variable on any given machine. (Yes ... the very reason I wanted ... never mind.) Can anyone think of a way to organize or even automate collection of timing information together with the relevant specs of the machine the test was run on? I'm not sure if the qa-reports@lists.php.net process still operates. Maybe some other idea? Tom