DES with partial plain text
#5
so you know exactly 4 "bytes" of 8 bytes of the key ? (just remember that of the 8 "bytes" == 8 * 8 bits = 64 bits, 8 of them are parity bits, therefore it's 8*8 - 8 = 64 bits - 8 bits = 56 bits). we have the hashcat charset file (.hcchr) under charsets/DES_full.charset that can be used together with --hex-charset for a mask attack with DES/3DES

One strategy could be to just load the different "hashes", i.e. different hash:plain_text variations in hashcat. That should work already. so at maximum you have as you said 256 * 256 = 65536 hashes. Of course this makes the cracking slower by a constant factor of 65536 almost exactly.

But can't you just limit the plaintext even further ? normally the plain text is not just random bytes and therefore this strategy could work if you reduce the number of variations (charactes used in the unknown plain text bytes). Is it really binary data used as plain text ?
Reply


Messages In This Thread
DES with partial plain text - by Davidi74 - 06-14-2020, 09:32 PM
RE: DES with partial plain text - by royce - 06-14-2020, 10:36 PM
RE: DES with partial plain text - by philsmd - 06-14-2020, 11:00 PM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 02:45 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 08:39 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 08:58 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 09:02 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 09:07 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 09:15 AM
RE: DES with partial plain text - by Davidi74 - 06-15-2020, 09:30 AM
RE: DES with partial plain text - by philsmd - 06-15-2020, 11:54 AM
RE: DES with partial plain text - by Davidi74 - 06-16-2020, 05:04 AM