How to distibute my work?

How to distibute my work?

Anonymous
Not applicable
291 Views
6 Replies
Message 1 of 7

How to distibute my work?

Anonymous
Not applicable
Hi!
I used VBA to write some macros that I want to do several things(what else).
I want to distribute the project, but I want to be protected so that noone
can see
the code. The best would be to be able to create an .exe and make a setup,
is that possible?

Thanks in advance.
0 Likes
292 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
J.K. had this to say
:
> The best would be to be able to create an .exe and make a
> setup, is that possible?

No. With VBA, the best you can do is embed an easily cracked password.
YOu'll need full blown Visual Basic to compile an executable.

--
There are 10 kinds of people:
Those who understand binary and those who don't
http://www.acadx.com
http://vbxtender.sourceforge.net
0 Likes
Message 3 of 7

serge
Advocate
Advocate
Frank: What do you mean with a EASILY cracked password ?
DEVIDTS Serge, CAD Consultant
http://www.CADdICT.be
0 Likes
Message 4 of 7

Anonymous
Not applicable
> Frank: What do you mean with a EASILY cracked password ?

Do a Google search on VBA password crack to get an idea.

--
There are 10 kinds of people:
Those who understand binary and those who don't
http://www.acadx.com
http://vbxtender.sourceforge.net
0 Likes
Message 5 of 7

Anonymous
Not applicable
Haven't found out how to crack an AutoCAD VBA password yet. I needed to get
into some of our VBA that another worker wrote before he left last year, and
couldn't find any way to do it.


"Frank Oquendo" wrote in message
news:733293AD98774FE64CA45328EFDE666C@in.WebX.maYIadrTaRb...
> > Frank: What do you mean with a EASILY cracked password ?
>
> Do a Google search on VBA password crack to get an idea.
>
> --
> There are 10 kinds of people:
> Those who understand binary and those who don't
> http://www.acadx.com
> http://vbxtender.sourceforge.net
>
>
0 Likes
Message 6 of 7

Anonymous
Not applicable
I've done a search for that too, we had the same problem here. Found lots of
office vba password cracks, but nothing that worked with a dvb file. Frank,
do you know of a specific source that can provide this service (to
legitimate customers of course)?

"Joe Melton" wrote in message
news:BEAF0BE375FB93536FC0079907739685@in.WebX.maYIadrTaRb...
> Haven't found out how to crack an AutoCAD VBA password yet. I needed to
get
> into some of our VBA that another worker wrote before he left last year,
and
> couldn't find any way to do it.
>
>
> "Frank Oquendo" wrote in message
> news:733293AD98774FE64CA45328EFDE666C@in.WebX.maYIadrTaRb...
> > > Frank: What do you mean with a EASILY cracked password ?
> >
> > Do a Google search on VBA password crack to get an idea.
> >
> > --
> > There are 10 kinds of people:
> > Those who understand binary and those who don't
> > http://www.acadx.com
> > http://vbxtender.sourceforge.net
> >
> >
>
>
0 Likes
Message 7 of 7

Anonymous
Not applicable
Hi Joe,

I'm sure that if Frank has an answer to this he'll have more sense than to
publicise it.

Why should my wish as a programmer to hide my code from users be open to
"(to legitimate customers of course)?" to do as they like.

The truth is that for every 100 honest people out there there are a few who
will abuse this type of functionality. For small programs with small value
I'd like rely on it not being worth the effort to crack the code. Why
destroy that option ?

--


Laurie Comerford
CADApps
www.cadapps.com.au


"kevint" wrote in message
news:867DE06B276BF2DCA430B9C11CEDA116@in.WebX.maYIadrTaRb...
> I've done a search for that too, we had the same problem here. Found lots
of
> office vba password cracks, but nothing that worked with a dvb file.
Frank,
> do you know of a specific source that can provide this service (to
> legitimate customers of course)?
>
> "Joe Melton" wrote in message
> news:BEAF0BE375FB93536FC0079907739685@in.WebX.maYIadrTaRb...
> > Haven't found out how to crack an AutoCAD VBA password yet. I needed to
> get
> > into some of our VBA that another worker wrote before he left last year,
> and
> > couldn't find any way to do it.
> >
> >
> > "Frank Oquendo" wrote in message
> > news:733293AD98774FE64CA45328EFDE666C@in.WebX.maYIadrTaRb...
> > > > Frank: What do you mean with a EASILY cracked password ?
> > >
> > > Do a Google search on VBA password crack to get an idea.
> > >
> > > --
> > > There are 10 kinds of people:
> > > Those who understand binary and those who don't
> > > http://www.acadx.com
> > > http://vbxtender.sourceforge.net
> > >
> > >
> >
> >
>
>
0 Likes