/ExpoAndroidSecureStoreDecrypter

This repository offers a Frida script capable of decrypting SecureStore data in Android platforms

Primary LanguageJavaScriptMIT LicenseMIT

Expo Android SecureStore Decrypter

Decrypter for Expo SecureStore on Android using Frida.

Requirements

  • A rooted Android device
  • Frida
  • An app that uses Expo SecureStorage

Usage

git clone https://github.com/RafaelDiasCampos/ExpoAndroidSecureStoreDecrypter && cd ExpoAndroidSecureStoreDecrypter
frida -U -f 'com.company.app' -l decrypter.js

The decrypted values should be printed as the app calls for them.