Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1611

Re: encrypting / licensing a script

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups comp.lang.basic.visual.misc
Subject Re: encrypting / licensing a script
Date 2012-10-21 09:46 -0400
Organization A noiseless patient Spider
Message-ID <k60ud1$u0o$1@dont-email.me> (permalink)
References <f565fbf0-7077-471c-9654-478a9c0418e0@googlegroups.com>

Show all headers | View raw


VB and VBScript are entirely different things.
For VBS you want:

   microsoft.public.scripting.vbscript

  There's an MS encrypter for VBS that turns out
.vbe files, but they're fairly easily decrypted. There
are also programs that claim to turn VBS files into
EXEs. But the long and the short of it is that script
is plain text, so you're going to have a hard time
trying to sell script software. And to attempt
encryption is to lose the advantages (transparencey,
editability) of script while keeping the disadvantages
of dependencies and low efficiency.



-- 
--
"adamchapman" <adamchapman1985@hotmail.co.uk> wrote in message 
news:f565fbf0-7077-471c-9654-478a9c0418e0@googlegroups.com...
|I have written a VB script to run as a macro add-on to another piece of 
software.
|
| It has to be saved with a file extension ".m1s" to work in the 
environment.
|
| Is there any way I can encrypt and eventually licence this script?
|
| Perhaps I could make the ".mls" script call an encrypted vb script - if I 
did, would variables still be passed into the host software?
|
| 

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

encrypting / licensing a script adamchapman <adamchapman1985@hotmail.co.uk> - 2012-10-21 06:32 -0700
  Re: encrypting / licensing a script "Mayayana" <mayayana@invalid.nospam> - 2012-10-21 09:46 -0400
    Re: encrypting / licensing a script "Auric__" <not.my.real@email.address> - 2012-10-21 15:37 +0000

csiph-web