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
Hello
I am using the flutter library Virgil
I am having a problem where when I try to use the decrypt method I get an exception message "can't decrypt data from user"
eg.
alice.decrypt(bobEncryptedText, identity);
Where "bobEncryptedText" is a string that did not go through an auth encrypt method. Is there another method I should call to decrypt a string?
The text was updated successfully, but these errors were encountered:
Hello
I am using the flutter library Virgil
I am having a problem where when I try to use the decrypt method I get an exception message "can't decrypt data from user"
eg.
alice.decrypt(bobEncryptedText, identity);
Where "bobEncryptedText" is a string that did not go through an auth encrypt method. Is there another method I should call to decrypt a string?
The text was updated successfully, but these errors were encountered: