[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: wxLua, and general questions
- From: Robert Anderberg <lua@...>
- Date: Wed, 18 Feb 2004 01:33:42 +0000
> You can create an encryption algorithm to encrypt the lua code, but
> again that would be easily crackable by someone with the means to do it...
I would just turn it into bytecode then do simple xor or rot13 encryption,
anyone who's willing (and able) to identify and decrypt that will probably
also be able to decrypt anything else you come up with.
Rob