Decrypt the given message with the given key. We expect the iv to be prefixed to the encrypted message.
iv
The message to decrypt
The key to decrypt with
Optional
Optional args for algorithm and stuff
Decrypt the given message with the given key. We expect the
iv
to be prefixed to the encrypted message.