multiple DES cipher same plain
#7
Note that it depends if you know the PT already. In this case you can encrypt the PT and then compare against a list of CT, which minimal speed drop. However if you need to decrypt the CT and then compare with PT (in most of the cases if you know only parts of the PT), then the speed drops by the number of salts. For the first technique, having only 15 possible keys is an easy job and you will get full speed. Just make sure they all have the same PT (salt).
Reply


Messages In This Thread
multiple DES cipher same plain - by superhansi - 11-01-2019, 11:34 AM
RE: multiple DES cipher same plain - by atom - 11-01-2019, 04:16 PM
RE: multiple DES cipher same plain - by atom - 11-01-2019, 06:31 PM
RE: multiple DES cipher same plain - by Kryczek - 11-04-2019, 09:54 AM
RE: multiple DES cipher same plain - by atom - 11-05-2019, 09:49 AM