Help for this page

Select Code to Download


  1. or download this
    use Crypt::CBC;
    
    ...
    
    $ciphertext = $cipher->encrypt("This data is hush hush");
    $plaintext  = $cipher->decrypt($ciphertext);
    
  2. or download this
    use Crypt::CBC;
    
    ...
    
    $ciphertext = $cipher->encrypt("This data is hush hush");
    $plaintext  = $cipher->decrypt($ciphertext);