hello, this is about hex encoding the salt, see here:
with ansi (hashcat default)
with hex (ighashgpu default)
hashcat cpu does not support hex encoded salt strings, but oclhashcat-lite.
you have to tell it using hex encoded salt using the parameter --hex-salt.
also note that i am using -m 110
with ansi (hashcat default)
Quote:root@thumbstone:~# echo -n 506813180000000000000000 | sha1sum
d9d4ec51debfaba4e603003e594705b81a22e2ca -
with hex (ighashgpu default)
Quote:root@thumbstone:~# perl -e 'print "50681318", "\0" x 8' | sha1sum
ef63bf26e2382917d96850ccf9632458ee6e6c77 -
hashcat cpu does not support hex encoded salt strings, but oclhashcat-lite.
you have to tell it using hex encoded salt using the parameter --hex-salt.
also note that i am using -m 110
Quote:root@sf:~/oclHashcat-lite-0.09# ./oclHashcat-lite64.bin ef63bf26e2382917d96850ccf9632458ee6e6c77:0000000000000000 --hex-salt ?d?d?d?d?d?d?d?d -m 110
oclHashcat-lite v0.9 by atom starting...
GPU-Loops: 128
GPU-Accel: 160
Password lengths range: 4 - 55
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: Cypress, 512MB, 0Mhz, 20MCU
Device #2: skipped by user
26bf63ef172938e2cc5068d9582463f9776c6eee:50681318
Status.......: Cracked
Hash.Target..: 26bf63ef172938e2cc5068d9582463f9776c6eee
Hash.Type....: sha1($pass.$salt)
Time.Running.: 0 secs
Time.Left....: 0 secs
Plain.Mask...: ?d?d?d?d?d?d?d?d
Plain.Text...: ****0000
Plain.Length.: 8
Progress.....: 87040000/100000000 (87.04%)
Speed.GPU.#1.: 920.2M/s
HWMon.GPU.#1.: 0% GPU, 41c Temp
Started: Fri Jan 27 05:34:29 2012
Stopped: Fri Jan 27 05:34:30 2012