Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    croak $gpg->error() if $gpg->error();
    
    print $enc;
    
  2. or download this
    gpg --encrypt --recipient bob@dot.com
    
  3. or download this
    -----BEGIN PGP MESSAGE-----
    Comment: For info see http://www.gnupg.org
    ...
    QnM+Zs1Rug+v6lYBCpN7
    =Rjs4
    -----END PGP MESSAGE-----
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
    croak $gpg->error() if $gpg->error();
    
    print $dec;
    
  5. or download this
    Can you read this