Z
Z
Zer0Set2015-07-19 12:09:52
Ruby on Rails
Zer0Set, 2015-07-19 12:09:52

What are the methods of protecting Ruby source code from being copied and modified?

What are the ways to protect Ruby source code? Does Ruby have its own Ioncube like php does?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
gimntut, 2015-07-19
@gimntut

Write code that smells bad and without documentation. Then no one will need it.
And if you need to hide encryption or hashing algorithms, then the need to hide them is already a bad sign. By hiding the source code, you can only get a sense of false security.

D
Dmitry, 2015-07-19
@deemytch

There is a way to hide the code - is not to give it at all.
The rest is google script code obfuscation, but it's handmade.

O
OnYourLips, 2015-07-20
@OnYourLips

Write code that you won't be ashamed of.
Then there would be no reason to hide it.

A
Andrey, 2017-02-09
@andreychumak

rubyencoder

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question