The closest approach to close sourcing I’ve seen is to obfuscate the code. Is there a better way since obfuscation doesn’t make reverse engineering impossible? In fact, is reverse engineering actually quite simple?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because Javascript executes on the client computer (not the server) there’s not much you can do beyond obfuscation unfortunately. Unless you use AJAX and run the important bits of the code on a server somewhere then it’ll always be reverse engineerable.