Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).
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
I am trying to decrypt a CryptoJS.AES encrypted string on dart (flutter)
i get this error while trying to decrypt the encrypted string .