Help for this page
use Crypt::CBC (); ... my $plaintext = 'This data is hush hush'; my $ciphertext = $cipher->encrypt($plaintext);
use Crypt::CBC (); ... my $ciphertext = ...; my $plaintext = $cipher->decrypt($ciphertext);