DES-ECB: mask on plain text?
#4
(02-16-2017, 09:46 PM)1010 Wrote:
(02-16-2017, 09:32 PM)atom Wrote: Yes, but we'd need to switch from encrypt to decrypt and then match out the bits you don't care about. So that's possible but requires a kernel rewrite

Thanks for letting me know, so it makes sense I couldn't figure out the command line parameters to do this... but what should I do in order to have this feature added?

Hi 1010,

Apologies if this is seen as hijacking your thread but I think we may be trying to achieve a similar result.

I am currently looking at trying to do something similar except I have all the plain text but only the first part of the encrypted text. From my understanding of DES-ECB, encrypting and decrypting are the same process so maybe what we are trying to achieve is not too different.

I need to find all keys that return AA ?? ?? ?? ?? ?? ?? for a known plain text input.

I am trying to do this as one possible approach to ultimately finding the encryption key in DES-OFB.

I have only just started looking into the process of how to code this, maybe it would be worth working on it together? I would also be willing to contribute $$ if someone else feels they can get this happening much quicker as time is a bit of an issue for me.

Moderator - The forum rules don't appear to prohibit offering to pay to upgrade the code for everyone's future benefit, but if this is the case please feel free to edit my post to remove this reference.

MaxPower.


Messages In This Thread
DES-ECB: mask on plain text? - by 1010 - 02-16-2017, 08:50 PM
RE: DES-ECB: mask on plain text? - by atom - 02-16-2017, 09:32 PM
RE: DES-ECB: mask on plain text? - by 1010 - 02-16-2017, 09:46 PM
RE: DES-ECB: mask on plain text? - by MaxPower - 02-17-2017, 01:53 AM
RE: DES-ECB: mask on plain text? - by atom - 02-20-2017, 02:02 PM