| View previous topic :: View next topic |
| Author |
Message |
Benny-D
Joined: 29 Feb 2008 Posts: 137
|
Posted: Thu Apr 24, 2008 6:06 am Post subject: Does compiling an AHK script means encrypting it? |
|
|
| If I have already compiled my AHK script and sent it to a user, how big is the possibility that the user can open ("de-compile") my script and peek into it? Does compiling a script means encrypting it at all (so that others can't see the script)? |
|
| Back to top |
|
 |
Zippo() Guest
|
Posted: Thu Apr 24, 2008 7:46 am Post subject: |
|
|
"Compiling" and "Encrypting" are two different words for a reason.
Compiling just creates a PE (portable executable) that can be ran on machines that don't have AHK installed.
Encrypting is a whole 'nuther ballgame. |
|
| Back to top |
|
 |
Benny-D
Joined: 29 Feb 2008 Posts: 137
|
Posted: Thu Apr 24, 2008 7:51 am Post subject: |
|
|
Thank you, but what about the visibility of the script after it has been compiled?
Can anyone easily know the script of an AHK portable executable file? |
|
| Back to top |
|
 |
Benny-D
Joined: 29 Feb 2008 Posts: 137
|
Posted: Thu Apr 24, 2008 8:21 am Post subject: |
|
|
| Oops! I found the answer in the Help file. Sorry. |
|
| Back to top |
|
 |
|