On Jun 9, 1:45*pm, Stefan Hoffmann <ste...@ste5an.de> wrote:
> hi Jeff,
>
> On 09.06.2010 19:07, Jeff wrote:> 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?
>
> Use SSL, any other "encryption" can be broken. Use AJAX, if you want to
> hide the information from the user.
>
> mfG
> --> stefan <--
Hi Jeff,
Better not to send SSN via querystring. For that matter, it is adviced
not to plug in any sensitive data in querystring. There could be
alternatives for sure.
Thanks,
Rajeev
|