4

I recently change the keychain storage to AES and now some users are experiencing the error could not encrypt data with alias: after Keychain.setGenericPassword(username, password) is run.

I couldn't find from the documentation why I'd get such an error and I'm out of ideas of how to reproduce it.

Any idea of how to reproduce it or avoid it?

F Pavanela
  • 91
  • 3

1 Answers1

1

Here is the report of the crash I am having: https://github.com/oblador/react-native-keychain/issues/567

I'll investigate more once I have a chance.

Kaushil Ruparelia
  • 1,179
  • 2
  • 9
  • 26