From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NA2n9-0007OU-4m for mharc-grub-devel@gnu.org; Mon, 16 Nov 2009 09:42:55 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA2n5-0007N2-Df for grub-devel@gnu.org; Mon, 16 Nov 2009 09:42:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA2mz-0007LR-Bf for grub-devel@gnu.org; Mon, 16 Nov 2009 09:42:49 -0500 Received: from [199.232.76.173] (port=58389 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA2mz-0007LO-7E for grub-devel@gnu.org; Mon, 16 Nov 2009 09:42:45 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:55405) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NA2my-0007gT-L1 for grub-devel@gnu.org; Mon, 16 Nov 2009 09:42:45 -0500 Received: from [85.180.62.154] (e180062154.adsl.alicedsl.de [85.180.62.154]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0Lsf1t-1OBblC333x-012727; Mon, 16 Nov 2009 15:42:43 +0100 From: Felix Zielcke To: The development of GNU GRUB In-Reply-To: <4B015812.3040808@gmail.com> References: <4B015812.3040808@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 Nov 2009 15:42:42 +0100 Message-ID: <1258382562.2705.3.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+PMq17HAz2yafmxb+HE2b+xqAuRoqTtsL3mUE csMs9p6u8RQ39q/jV3HLlBTt2HSfbp6DPFYuoarM5e6BKs8LsQ 5kdvfvwNWYx0OSr53DM4Rdnq711s+5c X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Cryptography X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 14:42:52 -0000 Am Montag, den 16.11.2009, 14:48 +0100 schrieb Vladimir 'phcoder' Serbinenko: > 3) PBKDF2-SHA512 password support to increase security. To generate > the > encrypted password do: > grub-pbkdf2 [-c iteration_count] > It may not work on non-unix platforms due to terminal control > functions > (disabling echo) and /dev/random (retrieving salt). Patches are > welcome > PBKDF2 is imported from gnulib I suggest to name it grub-mkpasswd. Even in the case we only support one password hash this makes it easier for users to find then grub-pbkdf2 and to figure out what it does. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer