我正在考虑使用BlowFish 448加密文档,媒体等,一些文件的大小超过20GB。是否存在使用BlowFish而非AES 256的风险?如果是这样,他们是什么?
我不知道文件大小与风险有什么关系 - 现在是时候你可能更担心20Gb文件了。
—
Cylindric
基于答案
—
PeanutsMonkey
Blowfish (and most other block ciphers of the same era, like 3DES and IDEA) have a 64 bit block size, which is considered insufficient for the large file sizes which are common these days (the larger the file, and the smaller the block size, the higher the probability of a repeated block in the ciphertext - and such repeated blocks are extremely useful in cryptanalysis)
大小似乎是一个问题,但我不确定是否同样适用于BlowFish 448.