Does anyone know how to encrypt/decrypt a string with a key in an aspx page. I want to use 3des if possible.
Thanks!
Printable View
Does anyone know how to encrypt/decrypt a string with a key in an aspx page. I want to use 3des if possible.
Thanks!
You may use the classes in System.Security.Cryptography Namespace.
Regards.