> For the complete documentation index, see [llms.txt](https://sentinel.rexiox.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sentinel.rexiox.co/security/security-measures.md).

# Security Measures

* Hidden Keywords (Anti-Strings): Hackers cannot find or search for sensitive words like `/system/bin/su` or `magisk` in the code because they are fully encrypted into hex bytes.
* Dynamic Keys: A randomized encryption key is generated for the obfuscation process, making static bypass methods useless.
* Native C++ Barrier: The security logic is locked inside the C++ layer (Android NDK / iOS CInterop) instead of Java/Kotlin, making it extremely difficult to reverse-engineer or decompile.
