DES decryption
#4
(01-10-2018, 01:27 PM)atom Wrote: You have to white out the bits of the unknown bytes in the OpenCL kernel. Make sure to white out the correct bits (the ones before the final permution. After that expect tons of false positives.

I have changed the DES function in m14000_a3.cl file by reversing order of key sets and now the function decrypts.
How can I print all candidate keys? I know when hashcat find one key it prints out found key and finished the program.


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