Pinned Loading
-
Edgerouter / EdgeOS / DoH / Security...
Edgerouter / EdgeOS / DoH / Security Settings / NextDNS / Cloudflare 1# Edgerouter / EdgeOS / DoH / Security Settings23## Notes45- It seems that every firmware update, whatever was done to get nextdns into the router, will be gone, so you will have to redo the steps or at least some, if you confirm that it has happened. -
React Native Security - this compila...
React Native Security - this compilation were initially built upon a help request about security for a banking app. 1- Obfuscate code helps.2- JS Bundles - https://github.com/vesselsoft/metro-minify-obfuscator
3- Android - `Proguard` / `R8`
4- iOS - I dont know any that is open-source and works. Before deprecation, `BITCODE` was used. However there is a commercial one called `iXGuard`.
5- JS are still easier to `decompile` / `deobfuscate` than `native`, so ideally, if you can, the more you implement in the `native` side, the better. That's why one of the recommendations below is to use a single point of implementation, with `Rust` or `C++`.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.