Help for this page

Select Code to Download


  1. or download this
    use Crypt::CBC;
    
    ...
    );
    
    my $cipher_text = $cipher->encrypt($plain_text);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    Blowfish encryption is used, with proper salting and chaining.
    
    =cut