awesome-react-native icon indicating copy to clipboard operation
awesome-react-native copied to clipboard

JS Security Question

Open amitbravo opened this issue 7 years ago • 3 comments

Is there is any detailed tutorial available how to secure/encrypt js bundle , protect code etc. ?

amitbravo avatar May 06 '18 14:05 amitbravo

@amitbravo you can obfuscate your code with this tool - http://www.javascriptobfuscator.com/

You might also find this thread useful - https://github.com/facebook/react-native/issues/1093

abrarShariar avatar May 10 '18 15:05 abrarShariar

@amitbravo, Facebook seems to use some tool for this. Take a look at this thread https://github.com/facebook/react-native/issues/22934#issuecomment-480828623

everton-e26 avatar Apr 08 '19 13:04 everton-e26

"There's no way to prevent your app from being reverse-engineered even if it's binary." "Don't hard code-security information in your app, that's it"

filipef101 avatar Apr 08 '19 13:04 filipef101