Sign and encrypt multiple files

Hi all,

I try to sign and encrypt multiple files with a batch but I didn’t find a way to do it :frowning:

I can encrypt all the files but when I add the --sign,

here’s the line of the script:
gpg2 -r myrecipient --sign --encrypt-files %Av1%

Could you please help me on this? i tried with the --multifile but it still the same… :frowning:

Thank you in advance!

Jazza

Thnak you in advance.

Kind regards,
Arnaud.

sorry for the double post :-s

Afaik this is not possible with gnupg.

You could try using a batch script to sign / encrypt in a loop.
There was an example posted in this board some time ago:

https://wald.intevation.org/forum/message.php?msg_id=2976&group_id=11

Thank you very much.
It’s working :slight_smile:

Kind regards,
Jazza