Results 1 to 3 of 3

Thread: ASP Custom COM Components

  1. #1

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    ASP Custom COM Components

    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?
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  2. #2
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Re: ASP Custom COM Components

    Check out the link below,
    I've used it successfully for a few scripts, it has pros and cons but generally will keep average prying eyes out of your code.

    http://www.microsoft.com/downloads/d...displaylang=en
    Truly, you have a dizzying intellect.

  3. #3

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Re: ASP Custom COM Components

    that looks great thanks
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width