ruby smirch?

K

Kev Jackson

With refernce to being able to time limit your code, as people have
pointed out, if the code is out of your hands, someone can simply rip
out the offending lines and have a fully working version.

So is is possible to write something like this...

http://search.cpan.org/~jnagra/Acme-Smirch-0.91/Smirch.pm

for ruby?

it takes an input file and replaces all text with characters for
obfuscated fun (and profit).

Kev
 
D

Dave Burt

Kev Jackson said:
With refernce to being able to time limit your code, as people have
pointed out, if the code is out of your hands, someone can simply rip out
the offending lines and have a fully working version.

So is is possible to write something like this...

http://search.cpan.org/~jnagra/Acme-Smirch-0.91/Smirch.pm

for ruby?

it takes an input file and replaces all text with characters for
obfuscated fun (and profit).

See the related Perl module, Acme::Bleach and Ruby Quiz #34 - Whiteout.

Part of the answer is, no, you can't, because Ruby doesn't have Perl's
"source filters," but then the other part is that you can actually turn your
code into donkeys made from the letters in "Buffy" or bottles made of
symbols or just whitespace if you get a little creative - check out
http://www.rubyquiz.com/quiz34.html.

Cheers,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top