Re: How to decrypt a message while preserving the signature?

2019-11-02 Thread Mark H Weaver
Tony Lane wrote: >> Does GnuPG provide a mechanism to decrypt an encrypted-and-signed >> message in such a way that preserves the original signature, such that >> the original signature can be independently verified by an arbitrary >> third-party? > > The term you're looking for is a detached

Re: How to decrypt a message while preserving the signature?

2019-11-02 Thread Tony Lane via Gnupg-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > Does GnuPG provide a mechanism to decrypt an encrypted-and-signed > message in such a way that preserves the original signature, such that > the original signature can be independently verified by an arbitrary > third-party? The term you're

gpg-agent only checks for smartcard not for local keys

2019-11-02 Thread Horst Skatmus
I have installed GnuPG Windows on a Windows 10 machine and I'd like to use it with Putty as key based ssh authentication together with a smartcard. I got everything working fine. The only problem I have is that the gpg-agent always checks for the smartcard even when keys are not stored on a

Is replacing a revoked signature valid? [ ref:_00D58dJQM._5004IusDJx:ref ]

2019-11-02 Thread Informa D via Gnupg-users
Exmos. Senhores, Recebemos a informação que tiveram hoje a amabilidade de nos transmitir e que muito agradecemos. Vamos imediatamente analisar o caso e responderemos com a máxima brevidade possível ao vosso pedido. Assim que for possível, o Serviço de Apoio ao Cliente entrará em contacto

Re: How to improve our GUIs (was: We have GOT TO make things simpler) [ ref:_00D58dJQM._5004IusEku:ref ]

2019-11-02 Thread Informa D via Gnupg-users
Exmos. Senhores, Recebemos a informação que tiveram hoje a amabilidade de nos transmitir e que muito agradecemos. Vamos imediatamente analisar o caso e responderemos com a máxima brevidade possível ao vosso pedido. Assim que for possível, o Serviço de Apoio ao Cliente entrará em contacto

Re: encrypt file in batch mode [ ref:_00D58dJQM._5004IusLVX:ref ]

2019-11-02 Thread Informa D via Gnupg-users
Exmos. Senhores, Recebemos a informação que tiveram hoje a amabilidade de nos transmitir e que muito agradecemos. Vamos imediatamente analisar o caso e responderemos com a máxima brevidade possível ao vosso pedido. Assim que for possível, o Serviço de Apoio ao Cliente entrará em contacto

Re: Is replacing a revoked signature valid? [ ref:_00D58dJQM._5004IusDyM:ref ]

2019-11-02 Thread Informa D via Gnupg-users
Exmos. Senhores, Recebemos a informação que tiveram hoje a amabilidade de nos transmitir e que muito agradecemos. Vamos imediatamente analisar o caso e responderemos com a máxima brevidade possível ao vosso pedido. Assim que for possível, o Serviço de Apoio ao Cliente entrará em contacto

Re: How to improve our GUIs (was: We have GOT TO make things simpler) [ ref:_00D58dJQM._5004IusDq8:ref ]

2019-11-02 Thread Informa D via Gnupg-users
Exmos. Senhores, Recebemos a informação que tiveram hoje a amabilidade de nos transmitir e que muito agradecemos. Vamos imediatamente analisar o caso e responderemos com a máxima brevidade possível ao vosso pedido. Assim que for possível, o Serviço de Apoio ao Cliente entrará em contacto

Re: encrypt file in batch mode

2019-11-02 Thread Brian C via Gnupg-users
I can answer why the passphrase is needed: You are using the -s option which tells gpg to sign the file, which requires your private key. Brian On 11/2/19 11:14 AM, Fourhundred Thecat wrote: > On 02/11/2019 16.51, Tony Lane via Gnupg-users wrote: >> On 11/2/19 10:35 AM, Fourhundred Thecat wrote:

How to decrypt a message while preserving the signature?

2019-11-02 Thread Mark H Weaver
Hello, Does GnuPG provide a mechanism to decrypt an encrypted-and-signed message in such a way that preserves the original signature, such that the original signature can be independently verified by an arbitrary third-party? Thanks, Mark

Re: encrypt file in batch mode

2019-11-02 Thread Fourhundred Thecat
On 02/11/2019 16.51, Tony Lane via Gnupg-users wrote: > On 11/2/19 10:35 AM, Fourhundred Thecat wrote: > >> how can I simply encrypt a file in "batch mode", ie in a script, without >> user interaction, without need for the user to type password, without >> gpg agent? > > gpg --batch --yes

Re: encrypt file in batch mode

2019-11-02 Thread Tony Lane via Gnupg-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/2/19 10:35 AM, Fourhundred Thecat wrote: > Hello, > > how can I simply encrypt a file in "batch mode", ie in a script, without > user interaction, without need for the user to type password, without > gpg agent? Assuming you're using gpg

encrypt file in batch mode

2019-11-02 Thread Fourhundred Thecat
Hello, how can I simply encrypt a file in "batch mode", ie in a script, without user interaction, without need for the user to type password, without gpg agent? Below are the errors that I get when running: $ gpg --lock-never -e -s -r u...@domain.com --output zz zz.gpg What is the reason why