Skip to main content

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)

1 vote
1 answer
61 views

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 (...
naphelge's user avatar
0 votes
1 answer
115 views

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> ...
Weezy's user avatar
  • 681
0 votes
1 answer
184 views

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. ...
chris01's user avatar
  • 1,049
0 votes
1 answer
533 views

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 ...
Sanjid's user avatar
  • 3
0 votes
2 answers
2k views

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 ...
Strider's user avatar
0 votes
0 answers
3k views

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 ...
xyzabc123's user avatar
-1 votes
1 answer
449 views

My provider code in init.tf is as below : provider "aws" { shared_credentials_file = "~/.aws/credentials" region = "us-east-1" } Terraform version I ...
Santosh Garole's user avatar
2 votes
1 answer
7k views

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 ...
Some_user's user avatar
-1 votes
2 answers
7k views

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/~...
Mohammed Nihap's user avatar
2 votes
1 answer
871 views

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/...
NicoHood's user avatar
  • 131
2 votes
1 answer
4k views

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 ...
Michael Altfield's user avatar
2 votes
4 answers
12k views

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....
Yox's user avatar
  • 131
5 votes
2 answers
6k views

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 ...
FooBar's user avatar
  • 183
1 vote
0 answers
655 views

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 ...
Farhan Yusufzai's user avatar
0 votes
2 answers
1k views

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 ...
Archisman Panigrahi's user avatar

15 30 50 per page