Skip to main content

Questions tagged [gnupg]

GNU Privacy Guard (GnuPG or GPG) is an open source implementation of PGP, a file encryption and signature tool widely used for emails

1 vote
1 answer
69 views

PuTTY's latest master key (https://www.chiark.greenend.org.uk/~sgtatham/putty/keys.html) does not seem validated / signed by external 3rd parties. Is this a red flag? See https://pgp.mit.edu/pks/...
Kamal's user avatar
  • 113
3 votes
0 answers
80 views

I would like to import a gpg key that has expired cross signatures and be able to see those expired signatures with --list-sigs or --check-sigs. Gnupg seems to always filter them out however. How can ...
Jonathan Cross's user avatar
7 votes
3 answers
2k views

I’m interested in using public-key cryptography for stateless authentication on websites. The current authentication standard is email + password. Passwords are bad because they can often be guessed, ...
Dennis Hackethal's user avatar
3 votes
1 answer
183 views

A few years ago, I set up my Yubikey with PGP by following Dr.Duhs Yubikey Guide. I created an offline Certify key / Master key on a live usb distro, and then created the corresponding sub keys (S,A,E)...
DanRan's user avatar
  • 141
2 votes
1 answer
138 views

In my current pubring.kbx I found an old secret key with no expiry date set and its subkey, for that I have forgotten the passphrase. In the same file I have another better maintained key. I tried to ...
menuhin's user avatar
  • 121
2 votes
0 answers
149 views

This may be a newbie question. A friend ("Bob") and I have tried to sign each others' keys according to these instructions. I want to get Bob's signature on my public key into my own ...
Tom Stepleton's user avatar
1 vote
0 answers
115 views

About GPG and for the kbxutil command in the following page: 14.1.1 Scrutinizing a keybox file Has the following part To see statistics on the keybox in question, run it using ‘kbxutil --stats ~/....
Manuel Jordan's user avatar
1 vote
2 answers
186 views

About GPG and keys Each public key is stored in the ~/.gnupg/pubring.kbx file (correct me if it is not correct) Each public key normally has a pair of secret keys stored in the ~/.gnupg/private-keys-...
Manuel Jordan's user avatar
0 votes
1 answer
118 views

GPG allows file encryption for multiple recipients. I prefer to encrypt files: Only to recipient subkeys shared with me by the intended recipients, like so: $ gpg --encrypt --armor --recipient <...
Suhas Srivastava's user avatar
1 vote
1 answer
89 views

when the following command is executed successfully: gpg --full-gen-key About the output as follows: Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O We need to generate a lot of random bytes. ...
Manuel Jordan's user avatar
2 votes
1 answer
123 views

Introduction In SSH can be created a pair of keys as follows for example: id_rsa id_rsa.pub Where the first one is the private and the second is the public. Where both: Are located in the ~/.ssh ...
Manuel Jordan's user avatar
3 votes
1 answer
564 views

For Debian 12 and Ubuntu Desktop 22.04 when is executed the following command: gpg --full-gen-key gpg (GnuPG) 2.2.40; Copyright (C) 2022 g10 Code GmbH This is free software: you are free to change and ...
Manuel Jordan's user avatar
0 votes
0 answers
194 views

With VirtualBox is installed as guest Ubuntu Desktop 22.04.5 LTS x86_64 About gpg gpg --version gpg (GnuPG) 2.2.27 libgcrypt 1.9.4 ... Home: /home/manueljordan/.gnupg To remove some keys, I executed ...
Manuel Jordan's user avatar
1 vote
0 answers
88 views

One of the benefits of using OpenPGP authentication subkeys instead of arbitrarily created SSH keyfiles, is key expiration and revocation. While there is plenty of documentation on how to use OpenPGP ...
awolf's user avatar
  • 11
1 vote
1 answer
291 views

I did an rsync -a backup of ~/.gnupg and an ensuing restore using the same method: $ ls -l ~/.gnupg/private-keys-v1.d/ total 24 -rw------- 1 dustin dustin 3789 Jul 22 00:01 ...
Dustin Oprea's user avatar

15 30 50 per page
1
2 3 4 5
54