That whole class encryption thing can never be 100% secure. RB has to decrypt the class at one point or another to compile it, so there will always be a way to bypass the security for someone with the technical means and the motivation since everything needed to decrypt (including whatever key is used) it is built into RB. As people said, I think the next step is precompilation.
Math On 5/16/06, Jason Essington <[EMAIL PROTECTED]> wrote:
No, but the code to decipher the supplied key could be exposed, and with this information, it is easy enough to figure out how to generate new keys (depending upon how the keys are validated) also, with the code exposed, it is a simple matter to just bypass any key checking altogether.
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
