Expo SecureStore custom encyption

  1. SDK Version: 32
  2. Platforms(ios/android/both): android

I am using expo-sdk-32 for android app. Does SecureStore saves data in an encrypted by default or do we need to provide Key-Pair for encryption?

If we need to provide a keypair for encryption in options how do i generate those keys, in expo-sdk-32 documentation its not clear how to generate and put the keys in options

 SecureStore.setItemAsync('name', 'john').then(x => {
      console.log(x);
    });

The above is the code snippet!!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.