DES with partial plain text
#6
Allow me to illustrate

Say I feed this into hashcat for cracking

xx??xxxx:xxxxxxxx

And I know the first part of the key xx??????

The above is hexadecimal of course.

The question marks are what I currently don't know, the x's are what I do know. If I could have hashcat "keep guessing" I should have a potfile with a maximum of 65536 combinations (or since DES keys are 56 bit, that would be 32768?)

At the moment, without modification (as far as I can tell) I would have to run every combination (ie guess the 2 missing bytes bytes) and that wouldn't be feasible

With the combinations that are left, it should be simple to work out which from what is left is the correct key Smile

Hope that helps
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