From: Rolando A. <fun...@gm...> - 2009-01-10 14:59:59
|
Hello all again, I think some of you might be interested: I've developed a small ruby extension, specifically designed for RubyCocoa (although it can work with plain ruby scripts) that lets you keep your code encrypted inside the application bundle. The decryption scheme is obscured, so it's not as easy as running openssl from the command line to decrypt the code, and also the decryption is made in memory, so no temporary file exposing your code is created. More info: http://www.rolando.cl/2009/01/securerequire-require-encripted-ruby.html Expect a full release during the next week. Regards, -- Rolando Abarca M. |