android-security
android-security copied to clipboard
An app showcase of some techniques to improve Android app security
trafficstars
Android Security Sandbox
A sandbox app with some tools and code to help you to better secure your Android apps.
This sample includes
- Obfuscation using Proguard and
android-proguard-optimizerules - Encrypted database storage using SQLCipher
- Encrypted key-value storage using Hawk, powered by Conceal
- Device checking using SafetyNet
- Root detection using RootBeer
- HTTP pinning using OkHttp
- Other environment checks, like Debug, Emulator, Installation Source, and Tampering