J
Jeff
hi
asp.net 3.5
Sometimes I send username or userId as a querystring when opening webpages
in my project. That is not good as other users can manipulate the
information and maybe get access to more than I need to...
So I'm now looking into encrytpting the querystring
I've read this article: http://www.4guysfromrolla.com/webtech/012000-1.shtml
which too me sounds like an overkill, I would prefer a shorter URL, URL
like:
/SomePage.asp?crypt=w%96%9Ei%7D%9D%AE%91%B7%ACf%86%C4%AC%CA%90%96c%A1%9D%8F%89%B2z%92U%87Z%95%CF%A6%A5i%BE%96%9C%91%B9%AA%A5%97d%BE%BF%95gwb%8C%93%B7%8A%88%A7%A2%94h%B8%A9%AA
sounds too long to me
I like the URL of youtube:
wonder if that nTasT5h0LEg is encrypted code, anyway it looks easier to past
into URL field in internet browser than the above link
(I'm not sending passwords)
any suggestions how to do this?
asp.net 3.5
Sometimes I send username or userId as a querystring when opening webpages
in my project. That is not good as other users can manipulate the
information and maybe get access to more than I need to...
So I'm now looking into encrytpting the querystring
I've read this article: http://www.4guysfromrolla.com/webtech/012000-1.shtml
which too me sounds like an overkill, I would prefer a shorter URL, URL
like:
/SomePage.asp?crypt=w%96%9Ei%7D%9D%AE%91%B7%ACf%86%C4%AC%CA%90%96c%A1%9D%8F%89%B2z%92U%87Z%95%CF%A6%A5i%BE%96%9C%91%B9%AA%A5%97d%BE%BF%95gwb%8C%93%B7%8A%88%A7%A2%94h%B8%A9%AA
sounds too long to me
I like the URL of youtube:
into URL field in internet browser than the above link
(I'm not sending passwords)
any suggestions how to do this?