DES-ECB Numeric Key Search
#1
I was wondering if I could conduct a numeric only search when using -m 14000 instead of searching through the entire keyspace?

Test Example (DES-ECB):
Key: 6891082025701013 (randomly made up)
PT: 4B0A161F0BAB3CD4
CT: B384B7B51C1D5073

If I run -m 14000 (CTTongueT) -a 3 -1 charsets/DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1 -o cracked.txt -w 3, it is telling me it would take 3 weeks for a 100% search.

If I know the test key only uses numeric values that cuts the variables to 50^8 vs 128^8, a huge difference.


Messages In This Thread
DES-ECB Numeric Key Search - by Room641A - 08-03-2017, 07:25 AM
RE: DES-ECB Numeric Key Search - by philsmd - 08-03-2017, 07:48 AM
RE: DES-ECB Numeric Key Search - by Room641A - 08-03-2017, 08:52 AM
RE: DES-ECB Numeric Key Search - by philsmd - 08-03-2017, 09:32 AM