Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Getting Started with GnuPG and GPG

by derby (Abbot)
on Mar 14, 2012 at 13:09 UTC ( [id://959565]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting Started with GnuPG and GPG
in thread Getting Started with GnuPG and GPG

Wow! I don't know what's more amazing ... a question about a decade old post, the fact that the monastery is still here after ten years, or that I'm still here to answer it.

The problem is GPG has not been updated in a dozen years but gpg has. Looks like the underlying options to the gpg command

--batch --no-comment --no-version
are no longer sufficient to keep non-error messages off of STDERR. GPG interpets anything on STDERR as an error and will not return the output
$this->error($error) and return if $error; return $output;

So ... the real solution is to use a newer module (maybe GnuPG -- but I haven't really looked into it). But ... if you're feeling hacky, you can always modify GPG to use the --quiet option and that should prevent information on STDERR from blocking the decrypt.

-derby

Replies are listed 'Best First'.
Re^3: Getting Started with GnuPG and GPG
by jaf0faj (Novice) on Mar 17, 2012 at 00:58 UTC

    Excellent! I did hack the GPG.pm by inserting the --quiet option and gave it a go...works brilliantly. Thanks again for this. Now, if only I could get Crypt::OpenPGP to work....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found