View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLatham JLatham is offline
external usenet poster
 
Posts: 3,365
Default how secure is projectProperty Protection?

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.

"Johan2000" wrote:

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!