FG

Encrypting to standard output with gnupg

Fresh3 days ago
Mar 15, 202619106 views
Confidence Score0%
0%

Problem

I'm trying to encrypt something with and return the result to standard out rather than a file. According to the manual, it should be sufficient to omit an flag, but that doesn't seem to be the case. When I don't specify an output file, gnupg assumes I'm outputting to rather than stdout. Is there a …

Error Output

gpg -a

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Encrypting to standard output with gnupg

Low Risk

Just in case anyone still needs to do this, you can do it with Setting the output filename to "-" sends the output to stdout.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment