Adding support for running bytcode or V8 snapshot #3169
Unanswered
arasrezaei
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Developing apps with js always have some security concerns,especially if your app contains sensitive information.
There are some ways to make your code hard to read like obfuscation. But it's not a good idea since it's so easy to reverse it.
But there is a good way for at least android, which is the V8 that has snapshot.
Something that NW (cross platform desktop framework) and even nativescript and react native (with Hermes), uses now and it completely turns js code to snapshot or bytcode and protects it from simple inspect and changing. I know it has lots of caveats but it is so useful. As a web developer I love ionic because of it's simplicity and power, and as of every web developer after creating and finishing app this concerns pop up.
Like if you want ionic team implement this ❤
Beta Was this translation helpful? Give feedback.
All reactions