|
Message-ID: <20070113090729.GA6470@openwall.com> Date: Sat, 13 Jan 2007 12:07:29 +0300 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: OpenUnix 8 hash format is not the normal DES? On Sat, Jan 13, 2007 at 11:27:44AM +0300, Danett song wrote: > Solar, for you the entire string (*5v21dw01yuPiGDVreR5kDDvT) looks like some algorithm ? Sure it does, however it appears that you've replaced some characters before posting in here. Also, the asterisk before this string is not a part of the hash. It may mean a locked account or it may be a part of the binary file format. > Any idea how to convert this file to text file, like the /etc/shadow (in a fashion we can read this)? It might be the easiest to have the system do this for you. Please try this Perl one-liner (invoke it as root): perl -e 'print "$n:$p:$u:$g:$f:$d:$s\n" while ($n,$p,$u,$g,$q,$c,$f,$d,$s) = getpwent()' -- Alexander Peslyak <solar at openwall.com> GPG key ID: 5B341F15 fp: B3FB 63F4 D7A3 BCCC 6F6E FC55 A2FC 027C 5B34 1F15 http://www.openwall.com - bringing security into open computing environments Was I helpful? Please give your feedback here: http://rate.affero.net/solar -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.