Rfc2898DeriveBytes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Walt

    #1

    Rfc2898DeriveBytes

    When convering a solution from VS2003 to VS2005 I get a warning that
    Rfc2898DeriveBy tes replaces PasswordDeriveB ytes. This warning occurs in the
    GetBytes() method.

    My application is already deployed to a number of users where I am
    encrypting photos in a database. Using the newer Rfc2898DeriveBy tes class
    does not return the same values for the keys as PasswordDeriveB ytes even with
    the same password and salt values in the constructor. This is
    understandable, however, how can I use the newer class without breaking my
    application?

    --
    Walt
Working...