I want to ask about techniques used for code protection for Rails app. I do know about Rubyencoder, but I wanted to know if there is any other alternative solution?
Asked
Active
Viewed 656 times
0
-
1Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. BTW, JRuby will produce bytecode, but as with any other obfuscation technique, it can be defeated by a determined attacker. – MarsAtomic Jun 19 '16 at 07:09
-
@MarsAtomic hmm it is off-topic, seems usefull though :( – niceman Jun 19 '16 at 14:41
-
The problem is that I have to deploy the app on the customers server and want to protect it so the end-user does not have a capability to view/amend the code. I am using MRI – Maxo Jun 19 '16 at 15:01
-
Let me know if my answer was useful – blnc Jul 16 '16 at 17:20