Help for this page

Select Code to Download


  1. or download this
    cat file |gpg --passphrase-fd 0 --decrypt --output oldfile newfile
    
  2. or download this
    my $enc_pass = shift( @{ [ <$file> ] } );
    
  3. or download this
    for (;<FH>;) {
      print $_;
    }