Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encryption

Status
Not open for further replies.

transparent

Programmer
Sep 15, 2001
333
GB
Is anybody aware of .net functionality for encryption.

I need to be able to encrypt and decrypt the data (therefore MD5 hashing algorithms can't be used)

Cheers
 
.NET provides different types of cryptography.
Check these namespaces out, you might find what you need:

System.Security;
System.Security.Cryptography;

We use a set of them and we are able to easily crypt and decrypt data.
hth Daren J. Lahey
Just another computer guy...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top