Help for this page

Select Code to Download


  1. or download this
    my $cipher = new Crypt::Blowfish $key;
    my $ciphertext = $cipher->encrypt($plaintext);
    
  2. or download this
    $blowfish=new Crypt::Blowfish_PP($key);