[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Obfuscator for Ruby/RoR

Igor K.

10/7/2007 8:30:00 PM

Hello,

I need to make my code unreadable, in Java(j2me) i used some
programs(obfuscators) to do it.
does ruby has this?

Thanks
--
Posted via http://www.ruby-....

34 Answers

John Joyce

10/7/2007 10:06:00 PM

0


On Oct 7, 2007, at 3:30 PM, Igor K. wrote:

> Hello,
>
> I need to make my code unreadable, in Java(j2me) i used some
> programs(obfuscators) to do it.
> does ruby has this?
>
> Thanks
> --
> Posted via http://www.ruby-....
>
Just keep using Java. It will be hard to read!

Jay Levitt

10/7/2007 10:21:00 PM

0

On Mon, 8 Oct 2007 05:30:28 +0900, Igor K. wrote:

> I need to make my code unreadable, in Java(j2me) i used some
> programs(obfuscators) to do it.
> does ruby has this?

The good news: This was discussed extensively in this forum
(/list/newsgroup) just last week. Also, the week before that. Also, the
week before that.

The bad news: Despite over 30 years of technology research, nobody* has
ever discovered a method to go back in time and read old messages. If only
there were a way, my friend... if only.

Sorry I can't be more help.

*that asks this question

--
Jay Levitt |
Boston, MA | My character doesn't like it when they
Faster: jay at jay dot fm | cry or shout or hit.
http://... | - Kristoffer

Terry Poulin

10/8/2007 2:05:00 AM

0

Jay Levitt wrote:
> On Mon, 8 Oct 2007 05:30:28 +0900, Igor K. wrote:
>
>> I need to make my code unreadable, in Java(j2me) i used some
>> programs(obfuscators) to do it.
>> does ruby has this?
>
> The good news: This was discussed extensively in this forum
> (/list/newsgroup) just last week. Also, the week before that. Also, the
> week before that.
>
> The bad news: Despite over 30 years of technology research, nobody* has
> ever discovered a method to go back in time and read old messages. If only
> there were a way, my friend... if only.
>
> Sorry I can't be more help.
>
> *that asks this question
>
> --
> Jay Levitt |
> Boston, MA | My character doesn't like it when they
> Faster: jay at jay dot fm | cry or shout or hit.
> http://... | - Kristoffer
>
>

Good post Jay Levitt.


PS: Why not do it in Octal? That will make it hard for a lot of people to
read, including your self hehe.



--

Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ip...


aalfred

10/8/2007 7:29:00 AM

0

On Oct 7, 10:30 pm, "Igor K." <testmyecli...@ua.fm> wrote:
> Hello,
>
> I need to make my code unreadable, in Java(j2me) i used some
> programs(obfuscators) to do it.
> does ruby has this?
>

Why in the world are you using Ruby?

Ruby is *meant* to be joy and that's why is pretty and therefore
readable.
I stick with John: Just keep using Java. It IS ugly and noone will
read it!

:-E

Mohit Sindhwani

10/8/2007 7:46:00 AM

0

aalfred wrote:
> On Oct 7, 10:30 pm, "Igor K." <testmyecli...@ua.fm> wrote:
>
>> Hello,
>>
>> I need to make my code unreadable, in Java(j2me) i used some
>> programs(obfuscators) to do it.
>> does ruby has this?
>>
>>
>
> Why in the world are you using Ruby?
>
> Ruby is *meant* to be joy and that's why is pretty and therefore
> readable.
> I stick with John: Just keep using Java. It IS ugly and noone will
> read it!
>
> :-E
>
>
>
>

Or, if you really want to mix and match, migrate some "critical"
algorithmic portions to C and compile them to executables and let your
script interface with the executable in one of the many ways that are there.

That way, you protect some things, but get some of the benefits of Ruby
anyway.

Cheers,
Mohit.
10/8/2007 | 3:46 PM.




Ryan Davis

10/8/2007 10:48:00 PM

0


On Oct 7, 2007, at 13:30 , Igor K. wrote:

> I need to make my code unreadable, in Java(j2me) i used some
> programs(obfuscators) to do it.
> does ruby has this?

Eric and I wrote one (google for zenobfuscate)... It has been used in
an OSX (rubycocoa) production app. We decided to put a $2500 license
fee on it to filter the serious from the non-serious. Let me know if
you're serious.


John Joyce

10/9/2007 4:36:00 AM

0


On Oct 8, 2007, at 5:47 PM, Ryan Davis wrote:

>
> On Oct 7, 2007, at 13:30 , Igor K. wrote:
>
>> I need to make my code unreadable, in Java(j2me) i used some
>> programs(obfuscators) to do it.
>> does ruby has this?
>
> Eric and I wrote one (google for zenobfuscate)... It has been used
> in an OSX (rubycocoa) production app. We decided to put a $2500
> license fee on it to filter the serious from the non-serious. Let
> me know if you're serious.
>
>
Is that serious? At that price, it would be worth it to just write it
in C/C++ maybe even Cobol.

M. Edward (Ed) Borasky

10/9/2007 5:17:00 AM

0

John Joyce wrote:
>
> On Oct 8, 2007, at 5:47 PM, Ryan Davis wrote:
>
>>
>> On Oct 7, 2007, at 13:30 , Igor K. wrote:
>>
>>> I need to make my code unreadable, in Java(j2me) i used some
>>> programs(obfuscators) to do it.
>>> does ruby has this?
>>
>> Eric and I wrote one (google for zenobfuscate)... It has been used in
>> an OSX (rubycocoa) production app. We decided to put a $2500 license
>> fee on it to filter the serious from the non-serious. Let me know if
>> you're serious.
>>
>>
> Is that serious? At that price, it would be worth it to just write it in
> C/C++ maybe even Cobol.
>
>
No, he asked if *Igor* was serious. :)

But seriously ... sheesh ... what the world needs more than anything
else is a language in which one can think of software and it
automatically appears, but only its creator can read it. We could call
it ... uh ... APL.

<ducking>

Am I as tired as I look?

Alex Young

10/9/2007 8:05:00 AM

0

John Joyce wrote:
>
> On Oct 8, 2007, at 5:47 PM, Ryan Davis wrote:
>
>>
>> On Oct 7, 2007, at 13:30 , Igor K. wrote:
>>
>>> I need to make my code unreadable, in Java(j2me) i used some
>>> programs(obfuscators) to do it.
>>> does ruby has this?
>>
>> Eric and I wrote one (google for zenobfuscate)... It has been used in
>> an OSX (rubycocoa) production app. We decided to put a $2500 license
>> fee on it to filter the serious from the non-serious. Let me know if
>> you're serious.
>>
>>
> Is that serious? At that price, it would be worth it to just write it in
> C/C++ maybe even Cobol.
>
Something tells me that $2500 is cheaper than the time you'd need to do
that, plus you'd still get to develop in Ruby.

--
Alex

Eric Hodel

10/9/2007 8:21:00 AM

0

On Oct 8, 2007, at 21:35 , John Joyce wrote:
> On Oct 8, 2007, at 5:47 PM, Ryan Davis wrote:
>> On Oct 7, 2007, at 13:30 , Igor K. wrote:
>>> I need to make my code unreadable, in Java(j2me) i used some
>>> programs(obfuscators) to do it.
>>> does ruby has this?
>>
>> Eric and I wrote one (google for zenobfuscate)... It has been used
>> in an OSX (rubycocoa) production app. We decided to put a $2500
>> license fee on it to filter the serious from the non-serious. Let
>> me know if you're serious.
>
> Is that serious? At that price, it would be worth it to just write
> it in C/C++ maybe even Cobol.

Yes, we're serious. If you plan on making money off of software,
$2500 isn't be much money, 100 sales at $25 each.

--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars