Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 6 Jun 2012 11:35:45 -0700
From: ". ." <topfirsthill@...mail.com>
To: <john-users@...ts.openwall.com>
Subject: RE: Salted Sha-1 Quetsions


Thanks for getting back so quickly. 
> Yes, SHA1 hashes are case sensitive. They differentiate between lower case and upper case characters.
LAME!  That's two days gone! > JTR does handle salted SHA1 hashes. For instance, if you are talking about hashes of the following type:
> 
> sha1($s, $p)
> sha1($p, $s)
> 
> then yes it does support.
This hash is <username>:<49 character hash>.  Which one is that?   > you can run the following command to check for all the subformats supported by it:
> 
> john --subformat=LIST | findstr "sha"
> 
> Format = dynamic_22  type = dynamic_22: md5(sha1($p))
> Format = dynamic_23  type = dynamic_23: sha1(md5($p))
> Format = dynamic_24  type = dynamic_24: sha1($p.$s) <--- salted
> Format = dynamic_25  type = dynamic_25: sha1($s.$p) <--- salted
> Format = dynamic_26  type = dynamic_26: sha1($p) raw-sha1
> Good to know...  I tried john --subformat=LIST | findstr "sha"and was returned a message:  Unknown option "--subformat=LIST"What does that tell me?   		 	   		  

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.