Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67599 invoked from network); 10 Oct 2015 15:15:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Oct 2015 15:15:04 -0000 Received: from [127.0.0.1] ([127.0.0.1:28142]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 29/62-44453-77B29165 for ; Sat, 10 Oct 2015 11:15:03 -0400 Authentication-Results: pb1.pair.com header.from=t.carnage@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=t.carnage@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.181 as permitted sender) X-PHP-List-Original-Sender: t.carnage@gmail.com X-Host-Fingerprint: 209.85.212.181 mail-wi0-f181.google.com Received: from [209.85.212.181] ([209.85.212.181:34412] helo=mail-wi0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/93-57614-9DD08165 for ; Fri, 09 Oct 2015 14:56:26 -0400 Received: by wicfx3 with SMTP id fx3so82446455wic.1 for ; Fri, 09 Oct 2015 11:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+mM4fBqoCtCLRiA70MqIL204F8LaBV3GKQ32hnWETpg=; b=cAhGWkQV6bhL1i5YH5B1IfL5jOOa/bSDcePy7eX6hrfTWpe47cO/WVI1/poFMX20sn IjgNZ/kG+hKxZOIJx+UpQ1J+W5nMGwEGueZllUfqpb3bZ8mTESW6gLgyTFqA/MvxFNAa pLBN1jJQGsf97/fOpR+VAOEJf/oZaWvTJwbMso1aPtdyGKJgcH619krkAuLd6oiCYUR+ Qpxe6MUQVbak1jAZkVU095deYYbQoLdjHgEaQeWzA0NlkSxJh1kIVo9fWSBqgMFvHZ8G KRbviXNDo3k+vZ2+/l6ezhyKyOf/0dwBhi7Lf6RV+VfFxs7ceVJWmWTpeawc1tqu9KUX MjqA== MIME-Version: 1.0 X-Received: by 10.194.112.162 with SMTP id ir2mr17298191wjb.40.1444407378699; Fri, 09 Oct 2015 09:16:18 -0700 (PDT) Received: by 10.27.143.8 with HTTP; Fri, 9 Oct 2015 09:16:18 -0700 (PDT) Date: Fri, 9 Oct 2015 17:16:18 +0100 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a1130cca0b7ed710521ae4c9f Subject: [PHP-DEV] Add Scrypt support to password_hash From: t.carnage@gmail.com (Chris Riley) --001a1130cca0b7ed710521ae4c9f Content-Type: text/plain; charset=UTF-8 We already have a pecl extension for adding scrypt to php, however I think it would be worth while to add it as an additional option to password_hash. We would of cause leave Bcrypt as the default option. Any thoughts on this? Chris --001a1130cca0b7ed710521ae4c9f--