Hex ch and small problem
#2
It seems that you are mixing up custom charsets (-1 xxx) with the mask itself.
This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b

-1 is the same as --custom-charset1 and it is used to define a custom charset (a set of characters)
what you probably wanted instead is to run this:
Code:
hashcat64.exe -m 14000 -a 3 -w 3 -o "C:\test3desresult.txt" "C:\test3des.txt" ?b?b?b?b?b?b?b?b


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