I want to discuss a little more the issue of "GeneralSecurityException: decryption failed" found
here (
https://github.com/google/tink/issues/321#issuecomment-641632441).
I'm noticing that over time, users with Tink get a decryption error that I haven't been able to prove is in the content that I'm creating or how I'm implementing the code to encrypt and decrypt with Tink. I followed the
Android example.
So I'd like to know how within Google and how is it recommended to handle these decryption errors that seemingly is caused by issues in Android's keystore and Tink "recovering" from not being able to decrypt the keyset but considering it a clear text keyset.
How often do we know that Tink can fail when using Android Keystore as backing to secure the Tink keyset? I'm wondering how Google apps have handled this errors so I could better align my solution to it.