From: Sam Roberts Date: 2006-05-22T01:38:54+09:00 Subject: Re: Writing a interpreter extension Quoting krisleech@interkonect.com, on Mon, May 22, 2006 at 12:29:24AM +0900: > Thanks for the reply. > > The problem with doing it in Ruby is that there is no where to hide the > decryption key... It would be in plain text, unless I'm am missing > something? Doing it in compiled C would leave it in plain text, too, just mildly more obfuscated. Sam