Hex ch and small problem
#4
The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!).

Try with a smaller mask instead...

BTW: you should better use the built-in charset, so something like this:
Code:
hashcat64.exe -m 14000 -a 3 -w 3 --hex-charset -1 charsets/DES_full.charset -o "C:\testdesresult.txt" "C:\testdes.txt" ?1?1?1?1?1?1?1?1


Messages In This Thread
Hex ch and small problem - by ccprime - 02-03-2017, 12:32 AM
RE: Hex ch and small problem - by philsmd - 02-03-2017, 01:27 AM
RE: Hex ch and small problem - by ccprime - 02-03-2017, 10:08 AM
RE: Hex ch and small problem - by philsmd - 02-03-2017, 10:53 AM
RE: Hex ch and small problem - by ccprime - 02-05-2017, 12:04 AM
RE: Hex ch and small problem - by atom - 02-06-2017, 10:11 PM
RE: Hex ch and small problem - by ccprime - 02-07-2017, 12:54 AM
RE: Hex ch and small problem - by ccprime - 02-08-2017, 12:34 AM
RE: Hex ch and small problem - by atom - 02-08-2017, 11:46 AM
RE: Hex ch and small problem - by ccprime - 02-09-2017, 12:41 AM
RE: Hex ch and small problem - by ccprime - 02-21-2017, 01:57 AM
RE: Hex ch and small problem - by epixoip - 02-09-2017, 01:34 AM
RE: Hex ch and small problem - by ccprime - 02-11-2017, 12:16 AM
RE: Hex ch and small problem - by atom - 02-21-2017, 10:39 AM
RE: Hex ch and small problem - by ccprime - 02-21-2017, 11:13 AM