encrypting data with DES in .net

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

We need to encrypt/decrypt data with DES in our VB.Net
app. I know there are Jave components available for doing
that, but what I really want is a .Net based utility. Can
someone point me to a right direction on where I can find
one?

Thanks a million!
 
The class is System.Security.Cryptography.DESCryptoServiceProvider

-Rob Teixeira [MVP]
 
Back
Top