Port data from Adobe AIR EncryptedLocalStore outside of app on a mobile device
I am rebuilding an old iOS and Android app built with Adobe AIR to React Native.
Data on the old app is stored locally using flash.data.EncryptedLocalStore.
I wish to access the data stored from within the new React Native App, and am looking for a data migration strategy.
I have viewed How to crack EncryptedLocalStore in Adobe Air?.
Given that the EncryptedLocalStore is at operating system level, I am wondering if I can develop a new EncryptedLocalStore compatible whatnot to access the data and transmit that to a new store in React Native.
Does anyone have any pointers or guide to how I should progress investigating this?
My initial thinking is:
1. make a tiny actionscript thing inside a react native app and it could access data store
2. just find access to flash.data.EncryptedLocalStore from OS
Send help!
Elise.
---
Reposted from https://stackoverflow.com/questions/60256732/port-data-from-adobe-air-encryptedlocalstore-outside-of-app-on-a-mobile-device
