PDA

Click to See Complete Forum and Search --> : how to encrypt a string?


redbull247
May 7th, 2002, 09:34 PM
Does anyone know how to encrypt/decrypt a string with a key in an aspx page. I want to use 3des if possible.

Thanks!

Terence
May 8th, 2002, 04:08 AM
You may use the classes in System.Security.Cryptography Namespace.

Regards.