X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AE55DDC0128 for ; Sat, 29 Jun 2013 23:27:17 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id EA3B621151 for ; Sat, 29 Jun 2013 19:27:16 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 29 Jun 2013 19:27:16 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=CYLTIQYXc9F3D8qZ2NbBNQDgZtU=; b=VRSPLgtCAKgdwzHLOkkrkqo3j97m 2woHAtKoHt48+63VxoncQozNM2Hr0AKNF/4ch7hiD+u3l8TrqwiXtesn2MLJHqKk +M+WAnjhXcD6Q1e5WGGaRkkl4CwHY4q3zIGHdzu8TiKJqG6FCVKxXQPLYXBIEudK x4kPQnmULfBNtxY= X-Sasl-enc: 2dCFTWfnXrgu4WS2s+Gulg0kFcN5u9lLZ97RXhie8ZTK 1372548436 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id B5EE76802B9 for ; Sat, 29 Jun 2013 19:27:16 -0400 (EDT) Date: Sat, 29 Jun 2013 19:27:16 -0400 From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Re: [PATCH 8/8] main/syslinux: hooks for bootloader password Message-ID: <20130629232716.GF1776@zen> Mail-Followup-To: alpine-devel@lists.alpinelinux.org References: <20130628164000.GC1712@zen.nyu.edu> <20130629154905.GA1776@zen> <20130629233544.1f55a640@ncopa-laptop.res.nor.wtbts.net> <20130629230355.GE1776@zen> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130629230355.GE1776@zen> User-Agent: Mutt/1.5.21 (2010-09-15) On Sat, Jun 29, 2013 at 07:03:55PM -0400, Dubiousjim wrote: > Not sure how to duplicate that with openssl. > > $ printf '$5$%s$%s\n' salt $(printf saltpass | openssl sha256 -binary | base64 | sed 's/=*$//') > $5$salt$nJW/kJzxe+qnpMcdhmcVZilGmamU23qqj/6gBPQllU8 > > is not the same result as above. Ah, the actual algorithm, available here: http://www.akkadia.org/drepper/SHA-crypt.txt means doing it by hand with openssl would be much harder than that. -- Dubiousjim dubiousjim@gmail.com --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---