Securing Connection String Passwords and Keys
Hi,
I've just been reading about a method whereby a hacker using HTTP_REFERER methods can access the source code of an ASP website. I've made it work from inside my site but does anyone know how/if it can be done from an external source? If so this opens up a huge security hole in ASP, as many people store connection string passwords and encryption public keys within the ASP code.
I am currently doing this in the classic macromedia method of including the connection string at the top of pages that require it. I want to move these into a COM/DLL object which i believe is more secure (Requiring decompiling, after the original DLL is located in the server's root). Does anyone know a good way of writing one of these connection string DLLs? I'm using Dreamweaver, Visual Studio.NET etc.
Thanks
Joe
|