You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exception appears if you decrypt the message with wrong sender's card.
User1 encrypts the message using card of User2 calling ethree.authEncrypt(message, user2Card)
User2 should decrypt the message using card of User1 calling ethree.authDecrypt(encryptedMessage, user1Card).
Use ethree.findUser method to obtain user's card
com.virgilsecurity.crypto.foundation.FoundationException: Recipient defined with id is not found within message info during data decryption.
Getting Error while authDecrypt
The text was updated successfully, but these errors were encountered: