hashcat Forum
Line Length Exception on oclhashcat 1.31 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Line Length Exception on oclhashcat 1.31 (/thread-3985.html)



Line Length Exception on oclhashcat 1.31 - lagoon7 - 01-16-2015

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


RE: Line Length Exception on oclhashcat 1.31 - philsmd - 01-16-2015

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


RE: Line Length Exception on oclhashcat 1.31 - lagoon7 - 01-16-2015

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



RE: Line Length Exception on oclhashcat 1.31 - epixoip - 01-16-2015

(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.