Google Maps keys
Vault Android (package + SHA-1) and iOS (bundle ID) Maps keys. No AIza… values in JavaScript, AndroidManifest, or Info.plist as the source of truth.
App Security · AppDefender.dev
Dynamic delivery of SDK keys, API secrets, and license material.
Super Admin vaults Client SDK secrets (MoEngage, Firebase, Juspay, Google Maps, analytics, and payment SDKs) with envelope encryption. The app receives a signed KP1 token. The KMS/HSM master key never leaves the server. Native KeysDefender unwraps with AES-256-GCM into Keystore / Keychain only after AppDefender ALLOW. React Native never receives the AES key. A token cannot override BLOCK.
KeysDefender
Google Maps, MoEngage, Juspay, Firebase, analytics, and payment SDK keys unwrap natively after ALLOW. React Native never sees the AES key.
Vault Android (package + SHA-1) and iOS (bundle ID) Maps keys. No AIza… values in JavaScript, AndroidManifest, or Info.plist as the source of truth.
MoEngage, Firebase, and analytics app keys unwrap natively after ALLOW. React Native gets a handle — never the AES material.
Juspay and payment SDK secrets stay vaulted. KeysDefender releases them only when the launch gate is ALLOW; BLOCK never funds a compromised handset.
Push, auth, and other Client SDK licenses follow the same KP1 path. One vault policy per Sandbox or Production environment.
Super Admin rotates or revokes a key without a Client binary rebuild. Stolen tokens on a FAIL device still cannot unwrap.
AES-256-GCM into Keystore / Keychain only. Embedding ciphertext with the decryptor in the binary is not KeysDefender.
What it does
KeysDefender is how Client apps ship Maps, payments, analytics, MoEngage, and push SDKs without parking those secrets in JavaScript. Super Admin vaults the material with envelope encryption. The KMS or HSM master key never leaves the server.
The app receives a signed KP1 token. Native KeysDefender unwraps with AES-256-GCM into Android Keystore or iOS Keychain only after the launch score is ALLOW. React Native never receives the AES key. Release is denied after BLOCK.
Rotation and revocation are operator actions on that Client’s isolated catalog. A stolen access token on a compromised handset does not unwrap Maps, MoEngage, or Juspay keys. Sandbox prefixes stay separate from Production.
What it scores
How it runs
Super Admin stores Client SDK secrets for Sandbox or Production — Maps, MoEngage, Juspay, Firebase, and more. Environments never share a vault.
AppDefender scores the device. ALLOW is required before native unwrap. BLOCK never releases a key.
AES-256-GCM into Keystore or Keychain. JS SDKs get a handle, not the material.
Operators
Owns the vault, rotation, and which environment may release keys (Maps, MoEngage, payments, analytics).
Requests rotation. Cannot read the master key. Sees deny events in ThreatDesk.
Other App Security modules
All modules