From: MonkeeSage Date: 2006-09-20T17:15:14+09:00 Subject: Re: Distributing hidden Ruby code More importantly...why would you want to distribute obfuscated ruby apps? If it is able to be sent (finally) to the parser / interpreter, then it can be broken by a hacker. The first condition is a requisite (else the code would never run). So why go to the trouble? Why not just license your code under a specific license that denies all reusability? If you feel that you really must obfuscate, try these links: http://www.rubyinside.com/px-a-quick-and-silly-ruby-obfuscation-system-7.html http://blog.segment7.net/articles/2006/03/21/obfuscator-update Regards, Jordan