"Erik Veenstra" <goo...@erikveen.dds.nl> wrote in message
> I've released RubyScript2Exe 0.3.2 [1,2].
Your site is extremely informative!
Writing in a human language is as much fun as writing in a
computer language, even when it's Ruby... Maybe more fun. You
don't get feedback from a computer...
Any plans to share your thoughts re:
- license key management?
Can't be too difficult. Just reading a file and checking a key
before doing anything. To be done by EEE, so it's hard to
"decompile" with --eee-justextract. Do you have some algorithms
for generating and checking keys?
- obfuscation or other (thin) safety measures?
I could block the use of --eee-list and --eee-justextract, but
it's still easy to peek into the application by getting the
files from $TEMP once the application is up and running. Real
obfuscation is not easy.