iv); $tag = hex2bin($data->tag); $ciphertext = $data->content; echo "Your decrypted content:
"; echo decrypt($ciphertext, $key, $iv, $tag);; ?>