Per jbtule's comment here:
c47aa78#src-encryptamajig-encryptamajig-aesencryptamajig-cs-P173
We should initialize the IV with a separate key derivation function than the key, and prepend the IV to the encrypted output.
Then we need to fix the decryption method to pull the IV from the front of the data stream.
Per jbtule's comment here:
c47aa78#src-encryptamajig-encryptamajig-aesencryptamajig-cs-P173
We should initialize the IV with a separate key derivation function than the key, and prepend the IV to the encrypted output.
Then we need to fix the decryption method to pull the IV from the front of the data stream.