Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Code Security Re:(2)

From: norsepower:uswest at: 3-Sep-2000 18:23

More thoughts... 1. Remove all line feeds from the code so that the script is one long line. 2. Create a user.r file that renames all native 'words to gobbledygook. 3. Run a REBOL program against your script which replaces all native 'words with the substitutions from the user.r file. 4. Run a REBOL program against your script which replaces all the rest of the 'words with gobbledygook. Now you should have one long line of code that looks more like a base64 file attachment than a script, but it will run just fine. I'm sure there are more steps one could take to make it at least difficult for others to want to steal your code. -Ryan