Help for this page

Select Code to Download


  1. or download this
    my $plaintext = do{local $/;<$in>};
    
  2. or download this
    my $plaintext = do{local $/;<INFILE>};
    
  3. or download this
    my $ct = $pgp->encrypt( Key => $cert, Data => $plaintext, Armour => 1 
    +) or die "ERROR: " . $pgp->errstr;