Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99245 invoked from network); 11 Jan 2016 23:28:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2016 23:28:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain paragonie.com from 209.85.217.174 cause and error) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.217.174 mail-lb0-f174.google.com Received: from [209.85.217.174] ([209.85.217.174:34906] helo=mail-lb0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/12-21941-B8A34965 for ; Mon, 11 Jan 2016 18:28:12 -0500 Received: by mail-lb0-f174.google.com with SMTP id bc4so262370589lbc.2 for ; Mon, 11 Jan 2016 15:28:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a9pMEwmUtYnv7kmGf7AsxwEKzbaFt3cl4ND39rBkNY8=; b=VdlvWzVBV6C2OadNvY9miz/wDAtvYmf968ylf9ZMLvVySQvoJ1TqDdtyPgZ7AE9i4M JvfFGZTG2xpspumIY0Z50dbOyDjlTSTS5AP/MTdCCM6L5BVRx5tJ2NYrzAOWPVX5xpSy da3U6cveGbnnYDEiBAD0Rou8QXwrFBzLTC6wgREN3r6xTv7iPQ2LhDtSiPuA6Hjx9111 p8xY4icZJWOqSYw492HpW5NLkEPySa6PSta1oEais259AENMYmvQRu/mFGlFK3bb84h/ Z5kQBaDW1AqkFoBtrkZLfb/SOlvQ5lCTL4GZBstQIT+snISayQTca7gkDbb8GPi4q/zc TKtQ== 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:content-type; bh=a9pMEwmUtYnv7kmGf7AsxwEKzbaFt3cl4ND39rBkNY8=; b=E9NZeFgDus7U0egxuVozbMDx8i63urQsRHEdkC+/PoXRo6EHeyE1KqMVPFIDpbKuI1 BHkZ6gbhvN7GKt3P43SpI7bT8/KTwciqXjF5HO6ugYvgW7tNVONBCNuYiVRL0ed66eUJ 4S/GKsr2Lc4jrT1QpZGDVlAfRxbEA9C6RNEeAGYisjF4uUo8iT8PhmkqNk1/nIlB8LKQ 35bxmx49ywC3mdaA+Gm6NM82GCHenDsbWsO6X3Jjvq/8Rt8/6RVGDlEYzkmoiMBu0/pW khHMYqU6YOUfdQWXAMrHaKKlQxxV3xHLa98D0+MUJORCctKGw1tAYQgZMw9FPIv3CZdH nIiw== X-Gm-Message-State: ALoCoQkb4WswmmZDY+2KZSSzvCEVbhFe2zKqsR1I5lII9YbET0/zrEclymU4X5tZTvS4ZmS5r50ywg5d2d5v4S90DeS6XiybOA== MIME-Version: 1.0 X-Received: by 10.112.143.163 with SMTP id sf3mr10734758lbb.117.1452554888356; Mon, 11 Jan 2016 15:28:08 -0800 (PST) Received: by 10.114.160.13 with HTTP; Mon, 11 Jan 2016 15:28:08 -0800 (PST) In-Reply-To: <20160111163238.GA8284@openwall.com> References: <20160111163238.GA8284@openwall.com> Date: Mon, 11 Jan 2016 18:28:08 -0500 Message-ID: To: Solar Designer Cc: Anthony Ferrara , "Rouven We??ling" , Pierre Joye , PHP internals , JP Aumasson , Samuel Neves , Dmitry Khovratovich , Thomas Pornin Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 7.1 - Argon2 From: scott@paragonie.com (Scott Arciszewski) 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. :) Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises