Click here to Skip to main content
15,881,763 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All

it possible to Encrypted URL to pass in browser,

Eg:

if i convert " www.google.com " to encrypted formate i want to convert in bowser like when i past that encrypted data to url it automatically convert to decrypt... it possible

Thanks !
Posted
Comments
OriginalGriff 6-Sep-14 8:10am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

No. you can not encrypt that part of the URL that responsible to find the serving server! In your sample www.google.com can not be encrypted as the DNS system will not be able to convert it to real machine address that way.
If it is about your site, however you can encrypt the query string part of the URL, you may stat by reading here: http://aspsnippets.com/Articles/Encrypt-and-Decrypt-QueryString-Parameter-Values-in-ASPNet-using-C-and-VBNet.aspx[^]
You may also look for shortened URL[^]...
 
Share this answer
 
Comments
prasanna.raj 8-Sep-14 3:27am    
thank u for advice but i saw some article i forgot that, still i'm trying...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900