2
I’m starting to want to develop hybrid applications like Phonegap, Cordova or Intel-XDK. Hybrid applications run in a kind of browser. I wanted to know is possible to steal codes made in hybrid applications. Everyone knows anyone can see the source code of a website. So if I were to use database connections it would be invalid to use hybrid applications. (Since it is possible to steal information from the database or even delete data with this connection information).
I know that hybrid applications use Javascript as a programming language. Is it possible to steal this information after it is compiled? Some tool that inspects element maybe.
One thing that can be done not to have access to bank access data or anything you want to protect would be you create a webservice and then your application would only consume this webservice leaving the whole business rule on your server away from snoopers.
– Maicon e Nanda Blumenau
But this means that it is possible to steal the code after it is compiled?
– Felipe Jorge
If you do it using a webservice there is no way to steal what is on your server but anyone with a little knowledge can Inspect your page and be able to take what is inside javascript quietly talking about web page but if you make an application to mobile using a phonegap or Ionic framework the code inside will be safe.
– Maicon e Nanda Blumenau
It’s an app made in phonegap or Ionic, it’s a hybrid app for mobile. Can’t you inspect elements in these apps? If I don’t, you’ve answered my question.
– Felipe Jorge
Ionic or phonegap creates an executable with its html code inside and that would be the same thing as a native language like a java of life and yes it protects your code, now if you play html on the web ai is worth all that I answered you so far.
– Maicon e Nanda Blumenau