When using CryptoJS.AES.encrypt
how does it come up with an Initialization Vector if the third argument is not passed to the function? Is there a way to get it out of the encrypted string?
The reason I need this is I need to decrypt something CryptoJS.AES.encrypt
returned using Lua, but I only have the key that was provided.