Hashcat with hexadecimal charset
#1
Hi!

I'm trying to decrypt a hash which salt is a hexadecimal string, ranging 0x00 - 0xFF - 8 bytes long.

Using hashcatplus and specifying a custom charset, the application crashes (I guess cause of the lenght of the custom charset is too long since it contains all values from 0x00 to 0xFF)

Also hashcutplus is much slower for me (about 40k). Hashcat computes about 7M on my machine.

Is there a way to do this using hashcat? Rules or anything else?

Thanks!
#2
What algorithm are you talking about?
#3
No way hashcat is faster than oclHashcat-plus Smile It also should not crash, 0x00 - 0xff is fine. Maybe bad driver installation.
#4
Is is a salted SHA512.
Thanks!

(01-16-2013, 04:05 PM)mastercracker Wrote: What algorithm are you talking about?
#5
If a specify a charset no that long, for instance 0xF0 - 0xFF it works. Thanks!

(01-16-2013, 06:08 PM)atom Wrote: No way hashcat is faster than oclHashcat-plus Smile It also should not crash, 0x00 - 0xff is fine. Maybe bad driver installation.