PasswordDeriveBytes vs Rfc2898DeriveBytes, Obsolete but way faster

前端 未结 3 1622
深忆病人
深忆病人 2021-02-01 20:59

I\'m working on a encryption functionality based on classes inherited from SymmetricAlgorithm such as TripleDes, DES, etc.

Basically there\'re two options to generate co

3条回答
  •  悲&欢浪女
    2021-02-01 21:28

    This blogpost talks about the differences between the two: http://blogs.msdn.com/shawnfa/archive/2004/04/14/generating-a-key-from-a-password.aspx

提交回复
热议问题