DeriveBytes (Cryptography Class)

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

    #1

    DeriveBytes (Cryptography Class)

    Does anyone have a small example using the DeriveBytes method? Whenever I
    use the PasswordDervive Bytes I get a warning about it being obsolete and it
    tells me to use the DeriveBytes instead however I cannot find in this new
    class where you pass your key and salt to get the bytes.

    Thanks!!


  • Brian Mitchell

    #2
    Re: DeriveBytes (Cryptography Class)

    I found the method, it was changed to RFC2898DeriveBy tes


    "Brian Mitchell" <MagellanTX@hot mail.com> wrote in message
    news:uyvyU70fGH A.2188@TK2MSFTN GP04.phx.gbl...[color=blue]
    > Does anyone have a small example using the DeriveBytes method? Whenever I
    > use the PasswordDervive Bytes I get a warning about it being obsolete and
    > it tells me to use the DeriveBytes instead however I cannot find in this
    > new class where you pass your key and salt to get the bytes.
    >
    > Thanks!!
    >
    >[/color]


    Comment

    Working...