python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"gpg: decryption failed: No secret key" on another system
I'm trying to decrypt passwords in pass using gpg (they were also encrypted with gpg) on a new system with a new user. I did not format the /home section to keep everything I need (configs, password...
aclui dll
Votes: 0
Answers: 0
why run this command :"gpg-connect-agent updatestartuptty /bye"
I have a arch linux in vm,
I imported my gpg keys and configs gpg as described here:
https://github.com/drduh/YubiKey-Guide
and also config pass & git to use gpg keys, and everything works fine,
s...
xmoooz
Votes: 0
Answers: 1
Signing message problem with GPG loopback pin-entry option
I am trying to encrypt and sign a file with gpg and loopback pinentry option, with the below command:
gpg --pinentry-mode=loopback --passphrase ="mypws" \
--ignore-time-conflict --ignore-val...
alireza sadeghpour
Votes: 0
Answers: 0
Does gpg-agent.conf support environment variables for extra-socket option and in general?
I'm using gpg-agent (GnuPG) 2.3.4 on M1 Mac, OS X 12.1. I want to use the extra-socket option in ~/.gnupg/gpg-agent.conf. If I have
extra-socket $HOME/.gnupg/S.gpg-agent.extra
and run gpgconf --kill ...
David Xia
Votes: 0
Answers: 0