On Wed, Jun 02, 2004 at 06:08:39AM +0900, Ken Hilton wrote: > Does anyone know of a Ruby source code obfuscator that's reliable and > readily available? If so, I'd appreciate a pointer to it (apparently, both > ruby-lang and rubygarden are down at the time of this posting so I can't > check for myself.) Take a look at bRuby. It can dump the interal node-tree and then load it again (as far as I understand it). No Ruby sourcecode anymore. See also the Exerb project. http://bruby.sourceforge.jp/index.en.html Regards, Michael