emeraldsanto / react-native-encrypted-storage

React Native wrapper around EncryptedSharedPreferences and Keychain to provide a secure alternative to Async Storage.
https://www.npmjs.com/package/react-native-encrypted-storage
MIT License
572 stars 77 forks source link

Accessing data stored from React Native in Kotlin #122

Open brsnik opened 1 year ago

brsnik commented 1 year ago

From what I saw the key is created within your module. Is it possible to access data stored through React Native, directly in Kotlin?

illAssad commented 1 year ago

Your going to need to get encrpyted shared prefs instance running and access the same file and key