<div dir="auto"><div>Thanks for your response,</div><div dir="auto"><br><div dir="auto">Actually i need to use two keys, one  for aes encryption and another one is used for rsa signing, which both of them are protected with a passphrase.</div><div dir="auto"><br></div>I tried to indicate rsa key passphrase with --passphrase option and aes key with --passphrase-file option.</div><div dir="auto"><br></div><div dir="auto">If that is wrong, how can i indicate passphrase for two separate keys in same command?</div><div dir="auto"><br></div><div dir="auto">Sencerly</div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sun, 20 Feb 2022, 7:37 PM Ingo Klöcker, <<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sonntag, 20. Februar 2022 16:25:31 CET Alireza Sadeghpour via Gnupg-users <br>
wrote:<br>
> I am trying to encrypt and sign a file with gpg and loopback pinentry<br>
> option, with the below command:<br>
> <br>
> gpg --pinentry-mode=loopback --passphrase ="mypws" \<br>
> --ignore-time-conflict --ignore-valid-from \<br>
> --cipher-algo AES256 --symmetric --ignore-time-conflict \<br>
> --passphrase-file ~/.gnupg/PG/p-enckey --trust-model always -q --batch<br>
> --yes --local-user "UserID" \<br>
> --sign --force-mdc \<br>
> --output /var/psigner/2 \<br>
> /var/psigner/1<br>
<br>
Using the options --passphrase *and* --passphrase-file makes no sense.<br>
<br>
> however i got the below error message:<br>
> <br>
> gpg: signing failed: Too much data for IPC layer<br>
> gpg: /var/psigner/1: sign+symmetric failed: Too much data for IPC layer<br>
<br>
Could it be that the file ~/.gnupg/PG/p-enckey contains more data than gpg <br>
allows/supports for a passphrase?<br>
<br>
> Can anyone give me advice to solve the problem?<br>
<br>
Removing `--passphrase-file ~/.gnupg/PG/p-enckey` from the command line could <br>
solve your problem.<br>
<br>
Regards,<br>
Ingo<br>
_______________________________________________<br>
Gnupg-users mailing list<br>
<a href="mailto:Gnupg-users@gnupg.org" target="_blank" rel="noreferrer">Gnupg-users@gnupg.org</a><br>
<a href="https://lists.gnupg.org/mailman/listinfo/gnupg-users" rel="noreferrer noreferrer" target="_blank">https://lists.gnupg.org/mailman/listinfo/gnupg-users</a><br>
</blockquote></div></div></div>