Navigation: thinBasic language > Script structure > Script Obfuscation |
|
What is script obfuscation
Imagine you have a script, an important one, a reserved one, or a script that contains some reserved information like password or key activation or things like that. How to be able to distribute your script keeping your source code hidden? The answer is obfuscation.
Using obfuscation you make your source code not readable and almost impossible to understand by a human being.
How to obfuscate your scripts?
1. | From thinAir, open the thinBasic script file you want to obfuscate. |
2. | Use menu: Tools/Obfuscate |
3. | thinAir will create an obfuscated copy of original script named the same plus an "x" at the end of the script name. |
For example:
if you script is something like: C:\thinBasic\MyScripts\MyTestScript.tBasic
after obfuscation, you will have another script file named: C:\thinBasic\MyScripts\MyTestScript.tBasicx
This new file with .tBasicx extension is the obfuscated one.
So thinBasic scripts named tBasicx or .tBasiccx are Gui or Console obfuscated scripts.
Important notes about thinBasic obfuscation
|
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |