05-16-2010, 12:14 PM
(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?