Help for this page

Select Code to Download


  1. or download this
    use Crypt::CBC;
    
    ...
       print OUTFILE $cipher->crypt($buffer);
    }
    print OUTFILE $cipher->finish;
    
  2. or download this
    use Crypt::CBC;
    
    ...
       print OUTFILE $cipher->crypt($buffer);
    }
    print OUTFILE $cipher->finish;