X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop.res.nor.wtbts.net (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 76776DC00BB; Sun, 30 Jun 2013 12:27:29 +0000 (UTC) Date: Sun, 30 Jun 2013 14:27:25 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/syslinux: update instructions on creating password Message-ID: <20130630142725.526aac11@ncopa-laptop.res.nor.wtbts.net> In-Reply-To: <29ed398f385c7220b578668ffee3ccade57de4b6.1372593859.git.dubiousjim@gmail.com> References: <29ed398f385c7220b578668ffee3ccade57de4b6.1372593859.git.dubiousjim@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; i686-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Sun, 30 Jun 2013 08:04:54 -0400 Dubiousjim wrote: > --- a/main/syslinux/update-extlinux.conf > +++ b/main/syslinux/update-extlinux.conf > @@ -50,10 +50,10 @@ xen_opts=dom0_mem=256M > # if you download and install /boot/memtest, then if HDT is present it will use it, else a separate > # menu entry will be auto-generated for memtest > > -# optional passwd > +# optional password > # you can generate a MD5 password using: mkpasswd --salt=yy --method=md5 > -# you can generate a SHA1 password using: printf '$4$%s$%s$\n' xxxxxx $(printf xxxxxxpass | openssl sha1 -binary | base64 | sed 's/=$//') > -# where yy are two "salt" characters from the set [./a-zA-Z0-9], and xxxxxx can be a longer "salt" from the same set > +# where yy are two "salt" characters from the set [./a-zA-Z0-9] > +# you can also use --method=sha256 or sha512, with a longer salt (will be truncated to 16 chars) I pushed a simpler variant: # you can generate a MD5 password using: mkpasswd -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---