Skip to content

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

License

Notifications You must be signed in to change notification settings

RafaelDiasCampos/ExpoAndroidSecureStoreDecrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published