verifying detached signitures using stdin
Werner Koch
wk at gnupg.org
Wed Jan 22 08:53:03 CET 2003
On Wed, 22 Jan 2003 11:38:19 +1300, Damon Kelly said:
> gpg --armor --verify - -
One way is to write the detached signature to a temporary file (its
really small) and use
gpg --verify tmpfile <data
> you have those in windows. And I've got no idea what <sig 5<data means.
Open the file "sig" and connect it to stdin (fiel descriptor 0) of the
process, open file "data" and connect it to the file descriptor 5 of
the process.
More information about the Gnupg-devel
mailing list