sroddy / flutter_string_encryption

Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).
https://pub.dartlang.org/packages/flutter_string_encryption
Other
57 stars 41 forks source link

Failed to handle method call:- java.lang.IllegalArgumentException: Cannot parse iv:ciphertext:mac #24

Open portonhealthdevback opened 4 years ago

portonhealthdevback commented 4 years ago

I am trying to decrypt a CryptoJS.AES encrypted string on dart (flutter)

i get this error while trying to decrypt the encrypted string .

pacifio commented 4 years ago

I am facing the same error

vishnu-vr commented 4 years ago

me too