Re: URL encryption



On Jul 16, 7:11 am, RGL <R...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi, exist some form to encrypt all the urls with iis. ?

Im using asp.net, coldfusion  in my site.


You cannot encrypt or alter URLs if your application requires them to
communicate information and function.

If you want to obfuscate and "hide" the details of your application's
URL, then you need to write your application that way to begin with.
You cannot just snap on "encryption" and obfuscate/hide the URLs.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
.



Relevant Pages

  • Re: Code protection
    ... Did you try to obfuscate it first? ... I would suggest you to use the tools accesible to the framework. ... solution you encrypt the dll, meaning that the file in the HDD is not longer ... a DLL, it's a data file. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: URL encryption
    ... use a httmodule, but the problem is that this solution just work for asp.net, ... Im using asp.net, coldfusion in my site. ... You cannot encrypt or alter URLs if your application requires them to ... If you want to obfuscate and "hide" the details of your application's ...
    (microsoft.public.inetserver.iis.security)
  • Re: Obfuscating SQL stored procs
    ... One thing you could do is have the real SP names in a resource file that you ... is it possible to 'obfuscate' the SQL SP names?? ... > I already plan to encrypt the SP's themselves, ... > obfuscate code, and also obfuscate the SP's to a 'deploy' DB. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Obfuscating SQL stored procs
    ... One thing you could do is have the real SP names in a resource file that you ... is it possible to 'obfuscate' the SQL SP names?? ... > I already plan to encrypt the SP's themselves, ... > obfuscate code, and also obfuscate the SP's to a 'deploy' DB. ...
    (microsoft.public.sqlserver.msde)
  • Re: how to hide javascript code?
    ... > Does it exist a way to encrypt or hide the javascript code on a webpage? ... You can obfuscate the code ...
    (microsoft.public.scripting.jscript)