This is a discussion on "Encrypting urls in .net" within the ASP.NET Forum section. This forum, and the thread "Encrypting urls in .net are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Encrypting urls in .net
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Encrypting urls in .net
I am developing a webapplication using asp.net /vb.net.I have a requirement for encrypting urls.I am searching for a effective way of encryting urls.Preferably a string to sting encryption.Is there an effective way of doing this using vb.net
|
|
|
|
|||
|
Hi Sabarish:
You try some form of string scrambling algorithm. This will make the strings in QueryString hard to understand and view for normal viewers. Did this tip help you? <blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Sabarish_s I am developing a webapplication using asp.net /vb.net.I have a requirement for encrypting urls.I am searching for a effective way of encryting urls.Preferably a string to sting encryption.Is there an effective way of doing this using vb.net <hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"> |
|
|||
|
What level of encryption do you need? Protection from casual viewing, government-grade security, something in the middle?
|
|
|||
|
.NET proves great support for great hashing (SHA1 and MD5) and encryption (can't remember which ones). I'm guess, as you'll be needed to encrypt/decyprt the string on the fly, then then obviously hashing's no good. Although the supported encyption in .NET is strong, it'll come down to how securely you store the passwords.
|
|
|||
|
Hello,
which level of security you need now, you want to create Dll and as well as ocx. I developed encrypt as well as decrypt method in vb.net. |
|
|||
|
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by ayazahmed
Hello, which level of security you need now, you want to create Dll and as well as ocx. I developed encrypt as well as decrypt method in vb.net. <hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"> ayazahmed, this is a pretty old post, I expect this has been resolved. |
![]() |
| Tags |
| net, urls, encrypting |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Encrypting passwords - 2 way or 1 way? | djeyewater | PHP Forum | 3 | Mar 30th, 2008 16:09 |
| subdomain urls | sambkk | Hosting & Domains | 0 | Jul 16th, 2007 11:17 |
| Displaying URLs | trevorc | Web Page Design | 2 | May 13th, 2007 23:42 |
| Encrypting Code | DronDron | Web Page Design | 1 | Jul 15th, 2005 23:30 |