Re: Test failure

2012-10-19 Thread Werner Koch
On Fri, 5 Oct 2012 11:35, collin.kle...@gmail.com said: Contents of gnupg-2.0.9/tests/openpgp/sigs.test.log: GnuPG 2.0.9 is pretty old. It even does not print the used libgcrypt version with --version. I assume that you use a quite recent Libgcrypt which fixes a bug, that in turn exhibits a

Re: [gnupg-users] Decrypting file encrypted for multiple recipients using a given ID in batch mode

2012-10-19 Thread Werner Koch
On Sun, 7 Oct 2012 02:34, jaimefde...@gmail.com said: If I type a password gpg will try it with all the posible recipients but this is not the behaviour that I want, is there any way to force a user? FWIW: GnuPG 2.1.0-beta prodives the option --try-secret-key to make things easier with hidden

Re: [gnupg-users] Change key password in batch mode

2012-10-19 Thread Werner Koch
On Mon, 8 Oct 2012 13:13, jaimefde...@gmail.com said: $ gpg --batch --passphrase-fd 0 --status-fd 2 --command-fd 0 --edit-key user What's wrong with gpg2 --passwd USER ? But gpg never gives me the chance to write the new password. I saw other similar post Do not use --passphrase-fd

Information on a gpg encrypted file

2012-10-19 Thread Andreas Mattheiss
Hello, I wonder if there is a utility that, when fed a gpg-encrypted-message, will tell me which key is needed, which compression/cipher/hash was used. Regards Andreas -- RIMMER: Lister, we'd be fools not to listen to him. When is he ever wrong? Alright, he may have a head shaped like an

Re: Information on a gpg encrypted file

2012-10-19 Thread Werner Koch
On Fri, 19 Oct 2012 23:53, please.post@publicly.invalid said: I wonder if there is a utility that, when fed a gpg-encrypted-message, will tell me which key is needed, which compression/cipher/hash was used. gpg FILE Tells you the keys to which FILE is encrypted. For an encrypted message the

Re: Information on a gpg encrypted file

2012-10-19 Thread Andreas Mattheiss
Thanks for the reply. Am Sat, 20 Oct 2012 00:18:40 +0200 schrieb Werner Koch: For an encrypted message the other information are only available after decryption. I see. Looks like this basic handling info is also encrypted with the unsymmetric key. In fact it needs gpg -vvv to elicit this

Re: Information on a gpg encrypted file

2012-10-19 Thread Werner Koch
On Sat, 20 Oct 2012 00:57, please.post@publicly.invalid said: In fact it needs gpg -vvv to elicit this information: Use --status-fd 1 to get that information: DECRYPTION_INFO mdc_method sym_algo Print information about the symmetric encryption algorithm and the MDC method.