I've developed an ActiveX component using Visual C++ 6.0 that's used in an HTML page located on a website
protected by password.
This ActiveX should be used only by authorized people.
The ActiveX has a few parameters.
How can I prevent a user / hacker who gets a copy of this OCX in some way, and knows the parameters
needed, from building his own HTML page with this ActiveX and use it without authorization ?
I don't want to put a password protection in the user interface of the ActiveX component, since the
website the ActiveX is located in is password protected.
protected by password.
This ActiveX should be used only by authorized people.
The ActiveX has a few parameters.
How can I prevent a user / hacker who gets a copy of this OCX in some way, and knows the parameters
needed, from building his own HTML page with this ActiveX and use it without authorization ?
I don't want to put a password protection in the user interface of the ActiveX component, since the
website the ActiveX is located in is password protected.