DESCryptoServiceProvider

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    DESCryptoServiceProvider

    Hi,

    I have encrypted a bytestream with the SAME KEY and IV but both the output
    file is DIFFERENT. Shouldnt it be the SAME output for the same key and iv?

    Thanks.


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: DESCryptoServic eProvider

    It should be, but you might be calling the code incorrectly. Can you
    show what you are doing?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    <discussion@dis cussion.microso ft.com> wrote in message
    news:exPAcGM5DH A.1052@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Hi,
    >
    > I have encrypted a bytestream with the SAME KEY and IV but both the[/color]
    output[color=blue]
    > file is DIFFERENT. Shouldnt it be the SAME output for the same key and iv?
    >
    > Thanks.
    >
    >[/color]


    Comment

    Working...