how secure is projectProperty Protection?

  • Thread starter Thread starter Johan2000
  • Start date Start date
J

Johan2000

Hi Sir,

How secure is the projectProperty Protection with password (so nobody can
see)...

is there any kind of protection?
is there a software to replace all variable with x1,x2..... (just to make it
more difficult to read if the someone break the password)?

what is the best VB protection in Excel?

thanks!
 
Securing your VB project with a password is reasonably secure from the
'casually' curious. But there are tools available on the web, both free and
for $ that will reveal a usable password rapidly. I myself own one of them
and it is very effective (and fast).

If you want real intellectual property protection or absolute protection
from someone altering the code, look some place other than Excel. For that
you need a product that would have to be 'reverse engineered' from just
having access to the user interface and .exe file code, where the source code
can remain accessable to only you, such as C or VB.
 
Concerning the second part of your question (JLatham has covered the
password part), there are tools that aim to "obfuscate" your code and make
it very difficult to read. Here's is one you might look at -

http://invisiblebasic.sourceforge.net/

I haven't tried this myself as if I want to hide code I use other means.

Regards,
Peter T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top