Min, pack or crypt ruby code

hello… is there an tool for minifying, packing or crypting ruby code?
thx.

-------- Original-Nachricht --------

Datum: Tue, 6 May 2008 02:21:08 +0900
Von: Frantisek P. [email protected]
An: [email protected]
Betreff: min, pack or crypt ruby code

hello… is there an tool for minifying, packing or crypting ruby code?
thx.

Posted via http://www.ruby-forum.com/.

Dear Frantisek,

there’s this:

http://www.rubyinside.com/px-a-quick-and-silly-ruby-obfuscation-system-7.html

No code obfuscation system is really secure,
so it’s rather a kind of visual art than true protection of code from
determined people.

You could release just an executable using rubyscript2exe

http://www.erikveen.dds.nl/rubyscript2exe

or Platypus (on Mac)

or write some combination of Ruby/C using
Swig

http://www.swig.org/

… or quit Ruby for some naturally obfuscated language like
Perl :slight_smile:

Best regards,

Axel