I want to use RSACryptoServiceProvider to encrypt/decrypt ASP.NET server text
box for credit card information. The problem is that I have to encrypt the
text in textbox, which user input (i.e. credit card #) before it post to
server to insure the security of the data transformation. However any server
events, i.e., button click event are already after the posted back to the
server through internet. Please advice how I can encrypt data before
postback ( It should be easy to decrypt data in any server event, i.e.,
button click event).
Thanks,
Charts
Jeremy Chapman - 29 Sep 2004 00:45 GMT
Use SSL. That's generally how it's done.
As well, you can encrypt the viewstate visit www.asp.net there are numerous
examples where they compress/encrypt the viewstate.
> I want to use RSACryptoServiceProvider to encrypt/decrypt ASP.NET server text
> box for credit card information. The problem is that I have to encrypt the
[quoted text clipped - 6 lines]
> Thanks,
> Charts
Charts - 29 Sep 2004 14:51 GMT
Go it. Thanks
> Use SSL. That's generally how it's done.
>
[quoted text clipped - 14 lines]
> > Thanks,
> > Charts