Hex output of the found hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: Hex output of the found hashes (/thread-28.html) |
Hex output of the found hashes - Xanadrel - 05-15-2010 I think it can be useful for passwords with characters from 0x00 to 0x1F. RE: Hex output of the found hashes - atom - 05-16-2010 (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? RE: Hex output of the found hashes - Xanadrel - 05-16-2010 (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. 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 RE: Hex output of the found hashes - atom - 05-25-2010 done in v0.19 |