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?