multiple DES cipher same plain
#3
(11-01-2019, 04:16 PM)atom Wrote: Sure, just change the key?

Maybe I've been too unclear, sorry. The approach is to find the different keys resulting in pt:ct pairs by walking the keyspace just once as pt shall be static.


e.g. hashes.txt:
1343C4EF18EEC1AE:0123456789123456 (->key: 0123456789123456)
15A4E8CC064F65D9:0123456789123456 (->key: 5523456789123456)

This would result in significant speed drop and i dunno why?

Thanks
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 superhansi - 11-01-2019, 04:35 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