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

Crypt::OpenPGP encryption signature

by ksublondie (Friar)
on Mar 27, 2013 at 02:41 UTC ( [id://1025619]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Could not find secret key with KeyID ....
    
  2. or download this
    my $mysecring = Crypt::OpenPGP::KeyRing->new(Filename => $CONFIG{priva
    +tekey}) or handleError( "Error: ".Crypt::OpenPGP::KeyRing->errstr,1);
    my $mypubring = Crypt::OpenPGP::KeyRing->new(Filename => $CONFIG{publi
    +ckey}) or handleError( "Error: ".Crypt::OpenPGP::KeyRing->errstr,1);
    ...
        close FILE;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1025619]
Approved by davido
Front-paged by davido
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-25 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found