Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hex output of the found hashes
05-15-2010, 12:47 AM
Post: #1
Question Hex output of the found hashes
I think it can be useful for passwords with characters from 0x00 to 0x1F.
Find all posts by this user
05-16-2010, 12:14 PM
Post: #2
RE: Hex output of the found hashes
(05-15-2010 12:47 AM)Xanadrel Wrote:  I think it can be useful for passwords with characters from 0x00 to 0x1F.

ok, the only problem here is how to display it. printing the found hashes in a simple hash:plain format is easy to parse and all the 3rd programs can use it for example to post-process them in an automated environment.

but what i can do is to add a parameter switch that enables hex-text instead of plain-text or maybe add hex-text after plain-text... do you think this is a good solution? other ideas?
Visit this user's website Find all posts by this user
05-16-2010, 03:54 PM
Post: #3
RE: Hex output of the found hashes
(05-16-2010 12:14 PM)atom Wrote:  
(05-15-2010 12:47 AM)Xanadrel Wrote:  I think it can be useful for passwords with characters from 0x00 to 0x1F.

ok, the only problem here is how to display it. printing the found hashes in a simple hash:plain format is easy to parse and all the 3rd programs can use it for example to post-process them in an automated environment.

but what i can do is to add a parameter switch that enables hex-text instead of plain-text or maybe add hex-text after plain-text... do you think this is a good solution? other ideas?

Yes, the idea of the switch is a good idea, but not plain and hex at the same time.
And a picture to show what I am thinking about :
Yeah Paint
Find all posts by this user
05-25-2010, 09:11 AM
Post: #4
RE: Hex output of the found hashes
done in v0.19
Visit this user's website Find all posts by this user