Help for this page
use Modern::Perl; use Crypt::CBC; ... $plaintext = $cipher2->decrypt_hex($ciphertext); say $plaintext;
$plaintext = $cipher2->decrypt_hex($ciphertext);