encrypting data with DES in .net

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!
 
R

Rob Teixeira [MVP]

The class is System.Security.Cryptography.DESCryptoServiceProvider

-Rob Teixeira [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top