J
Jeff
Hi
asp.net 4.0
visual studio 2010
I'm developing a website which will have ssn included in the querystring.
Are looking for ways to encrypt it.
Have thought about using System.Security.Cryptography namespace. But haven't
decided on which class to use. Considering X509Certificate. Also I think the
url have to SSL.
Thinking of encrypt the entire querystring, parameter name and parameer
value gets encrypted.
any recommendations?
asp.net 4.0
visual studio 2010
I'm developing a website which will have ssn included in the querystring.
Are looking for ways to encrypt it.
Have thought about using System.Security.Cryptography namespace. But haven't
decided on which class to use. Considering X509Certificate. Also I think the
url have to SSL.
Thinking of encrypt the entire querystring, parameter name and parameer
value gets encrypted.
any recommendations?