We're noticing a small fraction of our users getting this error. These users will always get the following error. The vast majority of our users do not experience this.
Recipient defined with id is not found within message info during data decryption.
We haven't been able to replicate this issue. We use this library to decrypt an encrypted private api key (for a third party integration) sent over the air to the user's device.
I had tried a retry method that performs this entire sequence again if any error occurred, but this doesn't help the users suffering from this specific issue. What can I do to help this project with resolving this sort of issue?
Hey Team,
We're noticing a small fraction of our users getting this error. These users will always get the following error. The vast majority of our users do not experience this.
We haven't been able to replicate this issue. We use this library to decrypt an encrypted private api key (for a third party integration) sent over the air to the user's device.
Specifically, we first call
then we send the public key up to our api endpoint that's using the nodejs virgil-crypto package and encrypt our api key
back on the device, we decrypt it as follows. The error gets thrown somewhere here
I had tried a retry method that performs this entire sequence again if any error occurred, but this doesn't help the users suffering from this specific issue. What can I do to help this project with resolving this sort of issue?