6 Repos
Code libraries for implementing encryption, secure storage, and integrity checks.
Explore 6 awesome GitHub repositories matching part of an awesome list · Security Libraries. Refine with filters or upvote what's useful.
Rootbeer is an Android security SDK and root detection library designed to verify device integrity and identify operating system tampering. It functions as a device integrity checker that scans for management applications and system files indicating root access or unlocked bootloaders. The library employs a variety of detection techniques, including binary-presence scanning for superuser binaries, direct file system probing of restricted directories, and property-based environment validation of kernel flags and build properties. It utilizes a Java-native interface bridge to execute low-level
Library for detecting if an Android device is rooted.
Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
Wrapper for encrypting Android Shared Preferences.
Library for secure inter-app communication.