gpg decryption fails with no secret key error

后端 未结 9 689
一生所求
一生所求 2020-12-13 17:48

I have a gpg .key file that is used as passphrase for decrypting a .dat.pgp file. The encrypted .data.pgp file gets successfully decrypted on one server with same .key file

9条回答
  •  天命终不由人
    2020-12-13 18:33

    I just ran into this issue, on the gpg CLI in Arch Linux. I needed to kill the existing "gpg-agent" process, then everything was back to normal ( a new gpg-agent should auto-launch when you invoke the gpg command, again; ...).

    • edit: if the process fails to reload (e.g. within a minute), type gpg-agent in a terminal and/or reboot ...

提交回复
热议问题