T
tascien
What i want to do is really simple...
Encrypt all my querystrings, in the website. Do want to show something
like this:
UserID=833774
want to show:
uid=09SDSOIFDOIFIIDOIFOIDFOIOIFD
some kind of encrypted string that requires a password to decrypt it.
the examples shown here:
http://msdn.microsoft.com/library/d...pcongeneratingkeysforencryptiondecryption.asp
are cumbersome...
1. The Encrypt returns bytes instead of the string... (Why not return a
string...)
2. Decrypt is doing some TCP/IP connections.... (what's that for???)
Anybody can point me to a better example?
Tascien
Encrypt all my querystrings, in the website. Do want to show something
like this:
UserID=833774
want to show:
uid=09SDSOIFDOIFIIDOIFOIDFOIOIFD
some kind of encrypted string that requires a password to decrypt it.
the examples shown here:
http://msdn.microsoft.com/library/d...pcongeneratingkeysforencryptiondecryption.asp
are cumbersome...
1. The Encrypt returns bytes instead of the string... (Why not return a
string...)
2. Decrypt is doing some TCP/IP connections.... (what's that for???)
Anybody can point me to a better example?
Tascien