Breaking 224-bit Blowfish encryption

前端 未结 4 589
轻奢々
轻奢々 2021-01-14 03:15

I have a bunch of encrypted files that I want to decrypt (duh). I found out they are encrypted with Blowfish using a 224-bit key after some research. I know what the first f

4条回答
  •  一生所求
    2021-01-14 03:32

    There is no chance of you brute-forcing the key*. Assuming there is a meet-in-the-middle attack for Blowfish that reduces it to testing 2^112 keys, there isn't enough computing power on the planet to have a decent chance of brute-forcing the key before the Sun goes cold. The NSA couldn't do it either, if that's any consolation, although it's conceivable they can solve Blowfish rather than guess keys.

    Unless you can find the keys, you aren't going to read the files.

    *Technically, you do have a chance. However, it's far more likely that you'll win a national lottery twice (assuming you buy a ticket for two drawings).

提交回复
热议问题