Which built-in .NET cryptography algorithm is the most secure?

前端 未结 2 568
广开言路
广开言路 2021-02-07 16:19

Which cryptography algorithm is the most secure that ships with .net?

2条回答
  •  不知归路
    2021-02-07 17:04

    I'm somewhat partial to SHA-512. If 512 is a little excessive, the other members of the SHA-2 family might be helpful - SHA-256 and SHA-384 are both in the SHA-2 family. But AviewAnew's suggestion of AES 256 is good as well.

提交回复
热议问题