On 7/6/19 11:10 PM, Eko Budiharto wrote:
dear Uri,
it is a web application but it is on premise. The user is not honest.
That's why I am trying to find a way to protect the source code like
in java we can compile into java class and still can be run.
please write to the list and not only to me. use a wide reply for that.
i cc'ed the list.
i am not sure what you mean by "on premise". what did you write that has
a dishonest user accessing it? there are ways to hide perl code but they
are all breakable with some skill needed. if your user isn't skilled or
doesn't want to get into the source, try one of those methods. you can
google around and find them.
but it would be better to write the code so that even a dishonest user
can't break in behind the code. the source code can be useless to them
if it accesses secure resources (e.g. a database or other server) with a
login/password that is not in the code.
uri
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/