Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Secure ActiveX control?

Status
Not open for further replies.

liorlankril

Programmer
Nov 5, 2005
46
IL
I wrote an ActiveX (I use VB 6).

I want to make it secure. I know I need to sign it but I need to know how to do it:

1) Do I need Digital Signatures or Digital Certification?

2) After I get one the Sign tools. How do I sign the code ???

 
Signing an ActiveX object has nothing to do with securing it! All it does is tells the world that you, liorlankril, say that this control can be trusted to be downloaded in the prospective client's environment. You could still be lying, too, and the fact that it is signed doesn't change that. Just makes you a bit easier to find. :)

But, you're not asking about that, you're asking how to make your control secure. If you want to prevent people from using your control in their applications without your permission, then you'll want to investigate the License Package Tool, lpk_tool.exe. This is an optional install from the Visual Studio disks. For more information, consult
HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top