Re: [saag] AD sponsoring draft-josefsson-scrypt-kdf

Simon Josefsson <simon@josefsson.org> Thu, 13 August 2015 14:40 UTC

Return-Path: <simon@josefsson.org>
X-Original-To: saag@ietfa.amsl.com
Delivered-To: saag@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 39EF01A21B7 for <saag@ietfa.amsl.com>; Thu, 13 Aug 2015 07:40:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.551
X-Spam-Level:
X-Spam-Status: No, score=-1.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_SE=0.35, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r5nB-NmmRCpU for <saag@ietfa.amsl.com>; Thu, 13 Aug 2015 07:40:41 -0700 (PDT)
Received: from duva.sjd.se (duva.sjd.se [IPv6:2001:9b0:1:1702::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 012961A21B5 for <saag@ietf.org>; Thu, 13 Aug 2015 07:40:40 -0700 (PDT)
Received: from latte.josefsson.org ([155.4.17.3]) (authenticated bits=0) by duva.sjd.se (8.14.4/8.14.4/Debian-4) with ESMTP id t7DEeKlw012024 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 13 Aug 2015 16:40:22 +0200
From: Simon Josefsson <simon@josefsson.org>
To: Nikos Mavrogiannopoulos <nmav@gnutls.org>
References: <559153E0.5050102@cs.tcd.ie> <55C932F6.7080203@cs.tcd.ie> <87y4hg9lnt.fsf@latte.josefsson.org> <CAJU7za+GW8HWCuTzG7YuV2k=pDFrkkGxaxQ9h+=Q6xG9NyQQ8A@mail.gmail.com>
OpenPGP: id=54265E8C; url=http://josefsson.org/54265e8c.txt
X-Hashcash: 1:22:150813:nmav@gnutls.org::QTgmLmZardSdIG6L:Q2ks
X-Hashcash: 1:22:150813:saag@ietf.org::OiqFvJHo6mEtWzqF:YDNx
Date: Thu, 13 Aug 2015 16:40:19 +0200
In-Reply-To: <CAJU7za+GW8HWCuTzG7YuV2k=pDFrkkGxaxQ9h+=Q6xG9NyQQ8A@mail.gmail.com> (Nikos Mavrogiannopoulos's message of "Thu, 13 Aug 2015 13:48:39 +0200")
Message-ID: <871tf79rqk.fsf@latte.josefsson.org>
User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha256"; protocol="application/pgp-signature"
X-Virus-Scanned: clamav-milter 0.98.7 at duva.sjd.se
X-Virus-Status: Clean
Archived-At: <http://mailarchive.ietf.org/arch/msg/saag/N_r2O-jbYO8uAiqLwh_-VmIV9kI>
Cc: "saag@ietf.org" <saag@ietf.org>
Subject: Re: [saag] AD sponsoring draft-josefsson-scrypt-kdf
X-BeenThere: saag@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Security Area Advisory Group <saag.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/saag>, <mailto:saag-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/saag/>
List-Post: <mailto:saag@ietf.org>
List-Help: <mailto:saag-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/saag>, <mailto:saag-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Aug 2015 14:40:42 -0000

Nikos Mavrogiannopoulos <nmav@gnutls.org> writes:

> On Thu, Aug 13, 2015 at 12:39 AM, Simon Josefsson <simon@josefsson.org> wrote:
>> DES-based UNIX Crypt-function,
>> FreeBSD MD5 crypt,
>> GNU SHA-256/512 crypt
>> Windows NT LAN Manager (NTLM) hash
>> Blowfish-based bcrypt
>
> The latter was published in USENIX 1999:
> https://www.usenix.org/legacy/event/usenix99/provos/provos.pdf

Thanks, I have added this reference:
https://gitlab.com/jas/ietf-scrypt/commit/3ec64578caeae390a2135eccd482e0e1659163c9

I recall a blog post from Ulrich Drepper describing the GNU libc
SHA-256/512 crypt function but cannot locate it now.

NTLM was discussed on this list recently, and it is a proprietary
algorithm and I'm not aware of any suitable reference for it.

/Simon