I have a value encrypted with cryptoJS (AES) and need to decrypt using Erlang crypto library. The problem for me lies in the fact that to be able to decrypt in Erlang using aes_cbc_128_decrypt(Key, IVec, Cipher)
I presume, I will need to know what the IVec is that was used and how the Key should be made up.
var ciphertext = Crypt.AES.encrypt("message here", "4445");
// U2FsdGVkX1+ZxppJRvcbdWJW1xAxSlm2akm7ZFnY9GU=