Re: Detaching signature from signed object

2021-06-24 Thread Werner Koch via Gnupg-users
On Wed, 23 Jun 2021 17:55, Matthew Richardson said: > provide enough inforation to extract the signature? Does it vary depending > upon whether the signature is ASCII armored? Actually gpgsplit can be used to slit an OpenPGP message. In theory it is possible to convert an encrypted and signed

Re: Detaching signature from signed object

2021-06-23 Thread Matthew Richardson via Gnupg-users
=117 provide enough inforation to extract the signature? Does it vary depending upon whether the signature is ASCII armored? Or am I barking up the wrong tree??? Best wishes, Matthew -- >From: Matthew Richardson via Gnupg-users >To: gnupg-users@gnupg.org >Cc: >Date: Sun, 20 Ju

Re: Detaching signature from signed object

2021-06-21 Thread vedaal via Gnupg-users
On 6/20/2021 at 2:13 PM, "Matthew Richardson via Gnupg-users" wrote:Is there any way in GnuPG to detach (or extract) a signature from a signed object? For example, a signed object is created with:- >gpg --armor --output signedfile.asc --sign inputfile.txt where what is wanted is a detached

Re: Detaching signature from signed object

2021-06-21 Thread Matthew Richardson via Gnupg-users
On Sun, 20 Jun 2021 18:22:53 +, ?? ?? via Gnupg-users wrote:- >12021/04/10 05:36.72 ?, Matthew Richardson via Gnupg-users > ??: >> Is there any way in GnuPG to detach (or extract) a signature from a signed >> object? For example, a signed object is created with:- >> >> >gpg

Re: Detaching signature from signed object

2021-06-20 Thread ಚಿರಾಗ್ ನಟರಾಜ್ via Gnupg-users
12021/04/10 05:36.72 ನಲ್ಲಿ, Matthew Richardson via Gnupg-users ಬರೆದರು: > Is there any way in GnuPG to detach (or extract) a signature from a signed > object? For example, a signed object is created with:- > > >gpg --armor --output signedfile.asc --sign inputfile.txt > > where what is wanted

Detaching signature from signed object

2021-06-20 Thread Matthew Richardson via Gnupg-users
Is there any way in GnuPG to detach (or extract) a signature from a signed object? For example, a signed object is created with:- >gpg --armor --output signedfile.asc --sign inputfile.txt where what is wanted is a detached signature which would verify against inputfile.txt. This feature is in