react-native-keychain
react-native-keychain copied to clipboard
Do i need to encrypt data before storing it using setInternetCredentials?
Hi, I am using react-native-keychain setInternetCredentials function to store credentials (key-value pairs) for a crypto wallet. Do i need to encrypt the data before storing it using the function? or the react-native-keychain package is secure enough??