Security on executables and scripts

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
Alpha_AI
Pro Scripter
Posts: 61
Joined: Wed Sep 19, 2007 9:30 am

Security on executables and scripts

Post by Alpha_AI » Sun Mar 09, 2008 3:53 am

Hello,

I just wondered what is the security on compiled executables and scripts
I love the idea of an executable that does alot of the work for me but with alot
of hidden remote access or stealing files, user id and passwords, cracks, loopholes
it is quite possible to steal the executables from someones computer if they know how.

I am a lazy person so i use macroscheduler for alot of things i probably shouldnt use it for. eg. logging into banks.

Is there a way to make the executable only run on my pc?

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Sun Mar 09, 2008 2:58 pm

Is there a way to make the executable only run on my pc?
At the beginning you could check IfFileExists> for a special file, you could check the date of a file, and/or its size. You could check for a registry value, you could check for the name of your hard drive, or your MAC id, etc.

Lots of things..... if value not found then exit macro immediately.

------------------
A few basic comments about security on your macro files:

There is a CRYPT> command to encrypt data strings.

Macros can alco be encrypted with a password needed to edit the macro file.

Compiled macros are binary files, not text.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Me_again
Automation Wizard
Posts: 1101
Joined: Fri Jan 07, 2005 5:55 pm
Location: Somewhere else on the planet

Post by Me_again » Mon Mar 10, 2008 1:09 pm

Use the partition serial number see here.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts