Computers & Internet Logo

Related Topics:

Posted on Apr 20, 2008
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Encryption of my scripts

I use a canadian software called ACL to write scripts and want to encrypt them for safety sake in such a manner that they can be used in the encrypted form by my clients.

  • Anonymous May 11, 2010

    Please provide an URL to the manufacturer's website.

×

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

  • Expert 150 Answers
  • Posted on Apr 26, 2008
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

Joined: Apr 18, 2008
Answers
150
Questions
4
Helped
82696
Points
374

This depends on what you are actually trying to achieve.

1) You may try to search Google and Wikipedia for topics
dealing with "CODE OBFUSCATION"

if your are trying to keep your script algorithms a secret.

2) If you are more interested with making sure that the script
has not been tampered with, you can scan it with a hash/
checksum generator to create a unique signature,
such as CRC or MD5

3) You can also ZIP the file into a password protected archive,
and/or convert the archive into a self-decrypting EXE file.

4) You can split the script into two parts:

The first script accepts a password and decrypts the
second script into an temporary file, runs that file and
then securely deletes the file by over-writing it multiple
times using special bit pattern, or launching BCWipe
to do it.

You obviously got to consider what happens when your
script is interrupted, to make sure no open data residue
is left behind.

5) Finally, the ACL program itself may have some
facility or plug-in to do what you need, contact the
manufacturer's tech support.

Hope this helps

Martin

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

156 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73783 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42222 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...