encryption

G

Guest

If the link URL is created in your server side code, and is then decoded in
your server side code, then you may want to read my article at
http://www.dalepreston.com/Blog/2005/02/i-just-want-to-encrypt-this-simple.html.
That will show you how to easily encrypt and decrypt the values. Then, when
creating your URL, convert the encrypted values to and from Base64 using the
Convert.ToBase64String and Convert.FromBase64String methods.

If you're creating the URL for the link on the client side, I'd search the
net for a javascript Base64 class - there should be plenty - and just
obfuscate the values by encoding them to Base64.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top