AES vs Blowfish for file encryption

后端 未结 7 1033
执念已碎
执念已碎 2021-01-30 02:34

I want to encrypt a binary file. My goal is that to prevent anyone to read the file who doesn\'t have the password.

Which is the better solution, AES or Blowfish with th

7条回答
  •  逝去的感伤
    2021-01-30 03:33

    I know this answer violates the terms of your question, but I think the correct answer to your intent is simply this: use whichever algorithm allows you the longest key length, then make sure you choose a really good key. Minor differences in the performance of most well regarded algorithms (cryptographically and chronologically) are overwhelmed by a few extra bits of a key.

提交回复
热议问题