From owner-freebsd-current@freebsd.org Thu Feb 18 16:41:37 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E66AAB91E for ; Thu, 18 Feb 2016 16:41:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83D581D72; Thu, 18 Feb 2016 16:41:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 861BB28438; Thu, 18 Feb 2016 17:41:32 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 82E8C28429; Thu, 18 Feb 2016 17:41:31 +0100 (CET) Message-ID: <56C5F43B.4070202@quip.cz> Date: Thu, 18 Feb 2016 17:41:31 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Lowell Gilbert , Allan Jude CC: freebsd-current@freebsd.org Subject: Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0? References: <20160218141624.5f560f2d@freyja.zeit4.iv.bundesimmobilien.de> <20160218145244.0b1e4c94@gumby.homeunix.com> <20160218162908.4cf16f6b@freyja.zeit4.iv.bundesimmobilien.de> <56C5E933.8070502@freebsd.org> <44d1rugfcr.fsf@be-well.ilk.org> In-Reply-To: <44d1rugfcr.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 16:41:37 -0000 Lowell Gilbert wrote on 02/18/2016 17:20: > Allan Jude writes: > >> On 2016-02-18 10:29, O. Hartmann wrote: > >>> I'm now down to a small C routine utilizing crypt(3). But this is not what I >>> intend to have, since I want to use tools from the FBSD base system. [...] >> I have wanted to bring something like that over for a while, but looking >> at the source for pwhash I decided I'd want to start from scratch. > > "openssl passwd", maybe? It is really old implementation and cannot produce any modern hash than MD5. Miroslav Lachman