Line Length Exception on oclhashcat 1.31
#1
When using the following command I get a line length exception for cudahashcat however not hashcat in general. Any suggestions?

lag@merovingian:~/Projects/0000-CMIYC-2014/1$ /home/lag/Projects/cudacat/cudacat64 -a 3 -d 1 -o 1.out DES.txt ?d?d?d?d?d?d?d?d
cudaHashcat v1.31 starting...

WARNING: Hashfile 'street-hashes.3.txt' in line 1 (hash): Line-length exception
WARNING: Hashfile 'street-hashes.3.txt' in line 2 (hash): Line-length exception
ERROR
#2
cpu hashcat does not support cracking descrypt (-m 1500).

You also need to specify the hash type, i.e. -m 1500

Hence
cudaHashcat64.exe -m 1500 -a 3 -d 1 -o 1.out DES.txt ?d?d?d?d?d?d?d?d

should work
#3
According to the help pages for both cudahashcat 1.31 and hashcat 0.48 they have descrypt listed. I did forget the -m 1500. So are you saying that cudahashcat does not support descrypt?


(01-16-2015, 02:55 PM)philsmd Wrote: cpu hashcat does not support cracking descrypt (-m 1500).

You also need to specify the hash type, i.e. -m 1500

Hence
cudaHashcat64.exe -m 1500 -a 3 -d 1 -o 1.out DES.txt ?d?d?d?d?d?d?d?d

should work
#4
(01-16-2015, 08:10 PM)lagoon7 Wrote: So are you saying that cudahashcat does not support descrypt?

no, he literally said "cpu hashcat does not support cracking descrypt", and then gave you the command line for cudaHashcat.

cpu hashcat may list support for it, but it is incomplete and should not be used.