Android Security Sandbox

A sandbox app with some tools and code to help you to better secure your Android apps.

Related presentation - pt-BR

This sample includes

  1. Obfuscation using Proguard and android-proguard-optimize rules
  2. Encrypted database storage using SQLCipher
  3. Encrypted key-value storage using Hawk, powered by Conceal
  4. Device checking using SafetyNet
  5. Root detection using RootBeer
  6. HTTP pinning using OkHttp
  7. Other environment checks, like Debug, Emulator, Installation Source, and Tampering