Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Getting Started with GnuPG and GPG

by jaf0faj (Novice)
on Mar 13, 2012 at 13:10 UTC ( [id://959324]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #################
    ## trialencode ##
    ...
    open (OUT, ">trialencoded");
    print OUT $phrase;
    close (OUT);
    
  2. or download this
    #################
    ## trialdecode ##
    ...
    
    print "\n==========================\n\nEncoded:\n$phrase\n\nDecoded: [
    +$message]\n";
    print "\n\n\$gpg->error message: ".$gpg->error() if $gpg->error();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://959324]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found