Could not decrypt the item in SecureStore
See original GitHub issueEnvironment
Pixel, Android version 27 with Expo SDK 25.0.0 - Standalone.
Error
Could not decrypt the item in SecureStore
when decoding a users preserved password.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:7
- Comments:56 (25 by maintainers)
Top Results From Across the Web
Expo - error accessing Keystore after re-installation of App on ...
I looked at the AOSP source. AFAICT the code to remove the keystore entries associated with an app when that app is removed...
Read more >SecureStore - Expo Documentation
expo-secure-store provides a way to encrypt and securely store key–value ... The data in the keychain item cannot be accessed after a restart...
Read more >React Native and Expo SecureStore: Encrypt local data
Create a React Native project and use Expo SecureStore to store local data in iOS and Android that's encrypted and secure.
Read more >expo-secure-store - npm
Provides a way to encrypt and securely store key–value pairs locally on the device.. Latest version: 12.0.0, last published: 2 months ago.
Read more >How to use the expo-secure-store.getItemAsync function in ...
Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It happened to me as well, only on Android so far. All I am saving is the users credentials so I can login using face or fingerprint scan. I’m using ExpoKit 32.
I think this needs to be re-opened
have the same issue: i’ve delete from phone old version of app and install new. no SDK update between versions.