DES decryption
#1
Hi
I want to brute force a key while I only have access to some cipher texts and some bytes of the corresponding plain text.
The cipher texts are 64 bit encrypted DES and the values of two specific bytes of each corresponding plain text is unknown.  
1) Can I use hashcat or libhashcat?
2) Is there an easy way to modify hashcat to do this?

My idea is using decryption with all possible keys and comparing some bytes of the resulting output with the known bytes of plain text. We do the aforementioned search by decryption on one block (cipher text/plain text) and check the candidate keys on next block to find the correct key.
Any idea???


Messages In This Thread
DES decryption - by khadige - 01-04-2018, 02:02 PM
RE: DES decryption - by atom - 01-10-2018, 01:27 PM
RE: DES decryption - by khadige - 01-10-2018, 01:46 PM
RE: DES decryption - by khadige - 02-07-2018, 02:18 PM
RE: DES decryption - by undeath - 02-07-2018, 02:46 PM
RE: DES decryption - by atom - 02-07-2018, 07:14 PM
RE: DES decryption - by khadige - 02-08-2018, 06:54 PM