Questions tagged [openpgp]
OpenPGP is a standard for encrypting and decrypting data (RFC 4880) . PGP stands for Pretty Good Privacy (not to be confused with gpg: Gnu Privacy Guard)
23 questions
1
vote
1
answer
61
views
why won't pass allow entries to be added or edited?
I have been using pass (cli pw manager) for a couple of years now, and I just started using yubikeys.
I have (2) YKs which I configured as duplicates of each other, transferring the same gpg subkeys (...
0
votes
1
answer
115
views
Why am I seeing output on `gpg --export-secret-key` when my secrets are on my smartcard?
I have a Yubikey with my GPG private keys on it, and public keys in my gpg keyring. I made sure that private keys are not present on my system by running gpg --export-secret-key -a <key id> ...
0
votes
1
answer
184
views
GPG: find secret-keyfile that matches my public-key
When I create a keypair with gpg, then it stores the secret key inside of
~/.gnupg/private-keys-v1.d
It stores the public-key inside of a keyring-file - I can name it or it uses the default-location.
...
0
votes
1
answer
533
views
apt-get update prevented by signature failure
I am trying to apt update on my WSL
sudo apt-get update
but getting this error.
Err:6 https://linux.qmk.fm focal InRelease
The following signatures couldn't be verified because the public key is not ...
0
votes
2
answers
2k
views
Bash script for sending passphrase to unlock OpenPGP secret key
Ubuntu 22.04.1 LTS
When I do a git push REMOTE after a reboot, after a few seconds it comes up with a dialog box:
+---------------------------------------------------------------+
| Please enter the ...
0
votes
0
answers
3k
views
Export GPG Private Key WITHOUT knowning the passphrase
so I spent many hours on this now and I hope someone can give me any useful input.
I want to export an encrypted secret key from GPG (which lies in ~/.gnupg/private-keys-v1.d) but I do not have the ...
-1
votes
1
answer
449
views
Error installing provider "aws": openpgp: signature made by unknown entity
My provider code in init.tf is as below :
provider "aws" {
shared_credentials_file = "~/.aws/credentials"
region = "us-east-1"
}
Terraform version I ...
2
votes
1
answer
7k
views
How to know with which key a repository is signed by (and vice versa)?
I want to use the signed-by option on all the repositories of my /etc/apt/sources.list.d/debian.sources, point to the keys in /usr/share/keyrings instead of /etc/apt/trusted.gpg.d before disabling ...
-1
votes
2
answers
7k
views
gpg: no valid OpenPGP data found. in kali linux add-apt-repository
When I try to add any repository I have this error:
root@Hacknonimous:~# sudo add-apt-repository ppa:agornostal/ulauncher
Application launcher for Linux
More info: https://launchpad.net/~...
2
votes
1
answer
871
views
PGP key export is very long - how to shorten?
I recently needed to publish my PGP key. However the export is veeery long:
$ gpg2 --list-secret-keys --keyid-format LONG
/home/user/.gnupg/pubring.kbx
-----------------------------
sec rsa4096/...
2
votes
1
answer
4k
views
Correct way to verify PGP signature in BASH script (pinning exact long fingerprint)
I have:
A file
A detached PGP signature of that file in ASCII armor format and
A 40-character (long-format) fingerprint identifying the one key that must have a valid signature
What is the correct ...
2
votes
4
answers
12k
views
GPG error when I want to apt update
I just installed Kali NetHunter and I'm trying to do a simple apt update but it looks like a public key is missing
root@kali:~# apt-get update
0% [Waiting for headers] [Connected to packages....
5
votes
2
answers
6k
views
How to correctly change the passphrase of GPG's secret key?
I'm trying to change the passphrase of my GPG's secret key.
I actually changed it using seahorse (Also tried gpg --edit-keys and passwd, but when I tried to export my private key it asks me for two ...
1
vote
0
answers
655
views
Mutt asks "Enter keyID", does not accept any IDs
I am trying to use Mutt with GPG to encrypt emails. Whenever I try to encrypt, I am asked to "Enter keyID for user@domain". No matter what I enter, it asks me to enter the value.
I definitely have ...
0
votes
2
answers
1k
views
Is it possible to reuse a GnuPG key in another installation?
I have a GPG key which I use to sign and submit packages to Launchpad.
Is it possible to reuse that key in another installation, or do I always have to create a new key for the new installation of a ...