Help for this page

Select Code to Download


  1. or download this
    my $cypher;
    
    ...
    } else {
       die("Neither Crypt::Twofish nor Crypt::Twofish_PP was found. Aborti
    +ng");
    }
    
  2. or download this
    my $cypher;
    
    ...
    
    die("No acceptable encryption algorithm found. Aborting")
       if not defined $cypher;