|
Message-ID: <20120420215741.GA29158@openwall.com> Date: Sat, 21 Apr 2012 01:57:41 +0400 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: Re: Extract the cracked pass from John.pot On Fri, Apr 20, 2012 at 07:37:46PM +0000, donovan wrote: > $1$10407469$8SlB7veJpGYOpG.avnRgT.:7jeJCek5H3xi2 > $1$HVL$YkjOda0UYVfukIa.neSJd0:7jeJCek5H3xi2 > $1$PRN$PxPp5PQ7nz5kgpGmztuuj.:7jeJCek5H3xi2 The salts and the passwords look weird indeed, but they're actually valid: $ perl -e 'print crypt("7jeJCek5H3xi2", "\$1\$10407469\$"), "\n";' $1$10407469$8SlB7veJpGYOpG.avnRgT. $ perl -e 'print crypt("7jeJCek5H3xi2", "\$1\$HVL\$"), "\n";' $1$HVL$YkjOda0UYVfukIa.neSJd0 $ perl -e 'print crypt("7jeJCek5H3xi2", "\$1\$PRN\$"), "\n";' $1$PRN$PxPp5PQ7nz5kgpGmztuuj. Alexander
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.