Hello guys. I need an opinion here. I need to make a mid-big size web project. Will be a project that my boss wants to sell, and he don''t think show the source code is a good idea and me neither, I love free software but on this case will be a software made for a company who wants to try to make some money with it. My question is: PHP have things like Zend Guard (http://www.zend.com/products/zend_guard), who encode and obfuscate the source code running on the web server. I didn''t see yet some solution like this for Rails. Maybe we''ll have something like that on a near future (1 or 2 years)? Is there some plan to make some tool like that, is it possible, or is there a solution already for proctecting the source code of an commercial Rails project? I''d love to use Rails on this, but if there is no way to protect the source code, I''m afraid that somebody will ask me to use PHP. No problem with that, but as I said, I''d love to use Rails there. :-) Thanks! -- Posted via http://www.ruby-forum.com/.
On May 23, 2006, at 11:20 AM, Eust?quio Rangel wrote:> Hello guys. > > I need an opinion here. I need to make a mid-big size web project. > Will > be a project that my boss wants to sell, and he don''t think show the > source code is a good idea and me neither, I love free software but on > this case will be a software made for a company who wants to try to > make > some money with it. > > My question is: PHP have things like Zend Guard > (http://www.zend.com/products/zend_guard), who encode and obfuscate > the > source code running on the web server. I didn''t see yet some solution > like this for Rails. Maybe we''ll have something like that on a near > future (1 or 2 years)? > > Is there some plan to make some tool like that, is it possible, or is > there a solution already for proctecting the source code of an > commercial Rails project? > > I''d love to use Rails on this, but if there is no way to protect the > source code, I''m afraid that somebody will ask me to use PHP. No > problem > with that, but as I said, I''d love to use Rails there. :-)There''s zenobfuscator. We''ve not tried to run it on Rails apps so can''t guarantee it''ll protect all your Rails code. zenobfuscator is not free software. Contact myself and Ryan Davis if you want further information. -- Eric Hodel - drbrain@segment7.net - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com
Just found this... thought that you might be intrested http://blog.zenspider.com/archives/2006/05/ruby_obfuscator.html On 5/24/06, Eust?quio Rangel <eustaquiorangel@yahoo.com> wrote:> > Hello guys. > > I need an opinion here. I need to make a mid-big size web project. Will > be a project that my boss wants to sell, and he don''t think show the > source code is a good idea and me neither, I love free software but on > this case will be a software made for a company who wants to try to make > some money with it. > > My question is: PHP have things like Zend Guard > (http://www.zend.com/products/zend_guard), who encode and obfuscate the > source code running on the web server. I didn''t see yet some solution > like this for Rails. Maybe we''ll have something like that on a near > future (1 or 2 years)? > > Is there some plan to make some tool like that, is it possible, or is > there a solution already for proctecting the source code of an > commercial Rails project? > > I''d love to use Rails on this, but if there is no way to protect the > source code, I''m afraid that somebody will ask me to use PHP. No problem > with that, but as I said, I''d love to use Rails there. :-) > > Thanks! > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060525/f13c900b/attachment.html
Chris Lowder wrote:> Just found this... thought that you might be intrested > > http://blog.zenspider.com/archives/2006/05/ruby_obfuscator.htmlThanks Chris, I''ll take a look! Eric, did you get my email? Best regards, -- Posted via http://www.ruby-forum.com/.
Eust?quio Rangel wrote:> Hello guys. > > I need an opinion here. I need to make a mid-big size web project. Will > be a project that my boss wants to sell, and he don''t think show the > source code is a good idea and me neither, I love free software but on > this case will be a software made for a company who wants to try to make > some money with it. > > My question is: PHP have things like Zend Guard > (http://www.zend.com/products/zend_guard), who encode and obfuscate the > source code running on the web server. I didn''t see yet some solution > like this for Rails. Maybe we''ll have something like that on a near > future (1 or 2 years)? > > Is there some plan to make some tool like that, is it possible, or is > there a solution already for proctecting the source code of an > commercial Rails project? > > I''d love to use Rails on this, but if there is no way to protect the > source code, I''m afraid that somebody will ask me to use PHP. No problem > with that, but as I said, I''d love to use Rails there. :-) > > Thanks!I''m in the same situation and I hope there will be something similar to Zend Guard soon. -- Posted via http://www.ruby-forum.com/.