From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0-Pi7S5WtM-b for ; Wed, 17 Aug 2011 16:22:28 +0200 (CEST) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by mail.saout.de (Postfix) with ESMTP for ; Wed, 17 Aug 2011 16:22:28 +0200 (CEST) Message-ID: <4E4BCD6C.7060708@mousecar.com> Date: Wed, 17 Aug 2011 10:17:16 -0400 From: ken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] password -md5 in grub.conf/menu.lst Reply-To: gebser@mousecar.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de In grub/menu.lst file my /boot partition is a line like this: password --md5 $1$Mb9vxXPV$pAbcdTxr4Twh32XXgns2/ The last bit is 35 characters long. Is this the hash digest of the passphrase? Is the final slash character (/) just another character or is it in some way especially significant? tnx