flutter_string_encryption
flutter_string_encryption copied to clipboard
Failed to handle method call:- java.lang.IllegalArgumentException: Cannot parse iv:ciphertext:mac
I am trying to decrypt a CryptoJS.AES encrypted string on dart (flutter)
i get this error while trying to decrypt the encrypted string .
I am facing the same error
me too