Decrypts text and returns the plain text.
The text to decrypt.
The key used for encryption, must be 32 characters in length.
The iv used for encryption, must be 16 characters in length.
https://stackoverflow.com/questions/32038267/getting-error-wrong-final-block-length-when-decrypting-aes256-cipher
Decrypts text and returns the plain text.