Making email addresses safe from bots on a webpage? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Closed 7 months ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. When placing email addresses on a webpage do you place them as text like … Read more

How do I protect Python code from being read by users?

I am developing a piece of software in Python that will be distributed to my employer’s customers. My employer wants to limit the usage of the software with a time-restricted license file. If we distribute the .py files or even .pyc files it will be easy to (decompile and) remove the code that checks the … Read more

How can I obfuscate (protect) JavaScript? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 8 years ago. Improve this question I want to make a JavaScript application that’s not open source, and thus I wish … Read more