Hi,

I have developed a COM component for my web site, completely finished the many thousands of lines of code, all to find that the only sites that will allow custom COM components will cost me loads. so obviously i want to take what i have in my COM component and put it in another ASP file, my question is that how secure is this? as one of the main functions in my COM is an encryption algorithm to encrypt passwords used to log in to my site, and as i wanted this algorithm to be exceptionally difficult to find i wrote it in a COM, what security issues are there regarding ASP files hosted remotely vs COM components?