* [dm-crypt] password -md5 in grub.conf/menu.lst
@ 2011-08-17 14:17 ken
2011-08-17 15:50 ` Arno Wagner
0 siblings, 1 reply; 3+ messages in thread
From: ken @ 2011-08-17 14:17 UTC (permalink / raw)
To: dm-crypt
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dm-crypt] password -md5 in grub.conf/menu.lst
2011-08-17 14:17 [dm-crypt] password -md5 in grub.conf/menu.lst ken
@ 2011-08-17 15:50 ` Arno Wagner
2011-08-17 16:11 ` Arno Wagner
0 siblings, 1 reply; 3+ messages in thread
From: Arno Wagner @ 2011-08-17 15:50 UTC (permalink / raw)
To: dm-crypt
This seems to be a config file option of grub-md5-crypt,
and has nothing to do with cryptsetup, dm-crypt or LUKS.
If I understand the documentation correctly, this is
an md5-ed password that either secures interactive Grub mode
or prevents script continuation before password entry.
The format seems to be the same as in /etc/shadow
for md5 passwords. You can read up on it here:
http://en.wikipedia.org/wiki/Shadow_password
Arno
On Wed, Aug 17, 2011 at 10:17:16AM -0400, ken wrote:
>
> 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
> _______________________________________________
> dm-crypt mailing list
> dm-crypt@saout.de
> http://www.saout.de/mailman/listinfo/dm-crypt
>
--
Arno Wagner, Dr. sc. techn., Dipl. Inform., CISSP -- Email: arno@wagner.name
GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
----
Cuddly UI's are the manifestation of wishful thinking. -- Dylan Evans
If it's in the news, don't worry about it. The very definition of
"news" is "something that hardly ever happens." -- Bruce Schneier
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dm-crypt] password -md5 in grub.conf/menu.lst
2011-08-17 15:50 ` Arno Wagner
@ 2011-08-17 16:11 ` Arno Wagner
0 siblings, 0 replies; 3+ messages in thread
From: Arno Wagner @ 2011-08-17 16:11 UTC (permalink / raw)
To: dm-crypt
P.S.: The "/" is an artefact of the encoding, no special
meaning. It can be one of 4 characters. The hash gets
patted by "1111" (binary) at the end.
On Wed, Aug 17, 2011 at 05:50:31PM +0200, Arno Wagner wrote:
> This seems to be a config file option of grub-md5-crypt,
> and has nothing to do with cryptsetup, dm-crypt or LUKS.
>
> If I understand the documentation correctly, this is
> an md5-ed password that either secures interactive Grub mode
> or prevents script continuation before password entry.
>
> The format seems to be the same as in /etc/shadow
> for md5 passwords. You can read up on it here:
>
> http://en.wikipedia.org/wiki/Shadow_password
>
> Arno
>
>
>
> On Wed, Aug 17, 2011 at 10:17:16AM -0400, ken wrote:
> >
> > 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
> > _______________________________________________
> > dm-crypt mailing list
> > dm-crypt@saout.de
> > http://www.saout.de/mailman/listinfo/dm-crypt
> >
>
> --
> Arno Wagner, Dr. sc. techn., Dipl. Inform., CISSP -- Email: arno@wagner.name
> GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
> ----
> Cuddly UI's are the manifestation of wishful thinking. -- Dylan Evans
>
> If it's in the news, don't worry about it. The very definition of
> "news" is "something that hardly ever happens." -- Bruce Schneier
> _______________________________________________
> dm-crypt mailing list
> dm-crypt@saout.de
> http://www.saout.de/mailman/listinfo/dm-crypt
>
--
Arno Wagner, Dr. sc. techn., Dipl. Inform., CISSP -- Email: arno@wagner.name
GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
----
Cuddly UI's are the manifestation of wishful thinking. -- Dylan Evans
If it's in the news, don't worry about it. The very definition of
"news" is "something that hardly ever happens." -- Bruce Schneier
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-17 16:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 14:17 [dm-crypt] password -md5 in grub.conf/menu.lst ken
2011-08-17 15:50 ` Arno Wagner
2011-08-17 16:11 ` Arno Wagner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.