|
Message-ID: <20090730181059.GA998@openwall.com> Date: Thu, 30 Jul 2009 22:10:59 +0400 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: hah what format ? On Thu, Jul 30, 2009 at 08:03:13PM +0200, websiteaccess wrote: > But there is something I don't understand : > > go to http://www.insidepro.com/hashes.php?lang=eng > type "pierre" then check the md5(unix) (I suppose md5(unix) = > MD5-based crypt(3)) field. it's not > $1$6ujiFow0$gjGySuCT6BCfPRmD2QtgS. it's > $1$5dwRneY/$.ca9liWeSOSt0z6So2JuN1 That's because these are salted hashes and you're not providing a specific salt, so the system picks a random(?) salt for you. At the URL above, you can enter "pierre" for the password and "6ujiFow0" for the salt, then you get your expected hash in the proper output field. Alexander -- 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.