Posts: 2,936
Threads: 12
Joined: May 2012
He actually is running "2.10," there is no 2.01 release that runs on OSX. The version from git reports 2.01 followed by the git commit hash, which is the number that really matters. He's using version 952c20e which is actually pretty old, that's from Feb 6 and there's obviously been a lot of commits since then. That's probably like the first or second OSX beta we released.
Posts: 75
Threads: 6
Joined: May 2010
HI,
Just about desCrypt, the Bug still here, working on GPU but not on CPU
when i run "--opencl-device-type 1,2 -m 1500" got the error..
****************************************************************
./hashcat.app --benchmark --opencl-device-type 1 -m 1500
hashcat () starting in benchmark-mode...
Device #1: Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz, 4096/16384 MB allocatable, 2200Mhz, 8MCU
Device #2: ATI Radeon HD 6750M, skipped
Hashtype: descrypt, DES(Unix), Traditional DES
ERROR: clEnqueueNDRangeKernel() : -54 : CL_INVALID_WORK_GROUP_SIZE
macbookpro:ocl xxxx$ ./hashcat.app --benchmark --opencl-device-type 2 -m 1500
hashcat () starting in benchmark-mode...
Device #1: Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz, skipped
Device #2: ATI Radeon HD 6750M, 256/1024 MB allocatable, 150Mhz, 6MCU
Hashtype: descrypt, DES(Unix), Traditional DES
Speed.Dev.#2.: 2923.4 kH/s (130.80ms)
**************************************