VirgilSecurity / virgil-e3kit-flutter

BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Having problems decrypting a string #5

Open faridg18 opened 2 years ago

faridg18 commented 2 years ago

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?