Open GoogleCodeExporter opened 9 years ago
It seems that using
var aesDecryptor = CryptoJS.algo.AES.createDecryptor(crypt_key, { iv: iv });
var plaintextPart1 = aesDecryptor.process(data);
give the result we expected.
I guess it has to do with the aes.final.
If someone care to explain why the result differs it would be awesome, thanks.
Original comment by boris.ch...@youboox.fr
on 22 Aug 2014 at 10:50
Original issue reported on code.google.com by
spacew...@gmail.com
on 31 Jul 2014 at 10:36