Help for this page

Select Code to Download


  1. or download this
    my $cipher = Crypt::CBC->new( -cipher => 'Rijndael'
                                , -key   => $key
                                , -iv    => $iv
    ...
    $cipher->finish;
    close FH_crypted;
    close FH_decrypted;