beginnerxyz
Registered Member
- Jan 17, 2020
- 65
- 18
I have some ideas to build subscription-based software for. I noticed that almost all new SaaS products are web-based and are obviously hiding all their code on the server to prevent cracking.
is there really a way to protect important source code on the client-side that if stolen, ruins your business? for example, Electronjs seems to be a very easy target to decompile.
Let's say I want to make a service that scrapes thousands of web pages, I would have to put that code on the backend/server and build a well-designed system to distribute the load and such when I would have done it easily on the user computer which would save me almost all servers cost, and they cost a lot.
Software like Jarvee [https://jarvee.com/get-now/], states that they use the client computer to do all of their automation functionality. how are they safe from cracking?
I'm not looking for a way to build the most secure system ever made, just need to know if there's a standard way to prevent at least the amateurs from cracking it.
is there really a way to protect important source code on the client-side that if stolen, ruins your business? for example, Electronjs seems to be a very easy target to decompile.
Let's say I want to make a service that scrapes thousands of web pages, I would have to put that code on the backend/server and build a well-designed system to distribute the load and such when I would have done it easily on the user computer which would save me almost all servers cost, and they cost a lot.
Software like Jarvee [https://jarvee.com/get-now/], states that they use the client computer to do all of their automation functionality. how are they safe from cracking?
I'm not looking for a way to build the most secure system ever made, just need to know if there's a standard way to prevent at least the amateurs from cracking it.