About 50 results
Open links in new tab
  1. gnupg - Now that `sshcontrol` has been deprecated, how to use gpg …

    Apr 30, 2024 · The GnuPG Manual states that: This [sshcontrol] file is deprecated in favor of the "Use-for-ssh" attribute in the key files. What is now the correct way to configure gpg / gpg-agent to ...

  2. Should one really disable AEAD for recent GnuPG created PGP keys?

    Mar 6, 2024 · Apparently, there are some problems with the new defaults that are set when one creates a PGP key using a recent version of GnuPG (2.4). I ran into this after generating a new …

  3. gnupg - GPG encryption failed - Unusable public key - Information ...

    Oct 9, 2019 · The version of gnupg that comes with Amazon Linux is too old to support ECC cryptography. If you look at the output of gpg --list-key 40BXFE61, you can check for any pub or sub …

  4. gnupg - gpg: decryption failed: No secret key - Information Security ...

    Feb 1, 2021 · I cannot seem to get gnupg to decrypt files encrypted with my keys. I've tried migrating my secret key from an old laptop to a new one, and I keep getting the same error: gpg: decryption failed: …

  5. gnupg - Restored GPG keys are invisible - Information Security Stack ...

    Dec 31, 2024 · GnuPG stores all public keys and metadata (regardless of whether or not the private part is known) in a key database. This can either be an SQLite database or a GPG-specific file (called …

  6. gnupg - How to properly export and re-import GPG secret key and all …

    Apr 14, 2021 · GPG tells me that the key was not changed That is because the the secret subkeys should already be imported with the first command. You can verify with gpg --list-packets …

  7. gnupg - gpg --quick-generate-key user-id [algo [usage [expire]]] - Any ...

    Jul 29, 2020 · It appears to work like this: gpg --quick-generate-key "MyName (MyComment) <[email protected]>" rsa1024 cert never At least, when you do it that way, the --list-keys output …

  8. gnupg - GPG: Why the "gpg --expert --full-gen-key" command does …

    The complete list can be inspected in the source code. Options 5, 6 and 12 are only available if you create a subkey with gnupg --edit-key and then addkey. The options are: (5) Elgamal (encrypt only) …

  9. gnupg - GPG allows importing an invalid secp256k1 public key ...

    Sep 5, 2023 · I came across a PGP public key that seems invalid. The key is a secp256k1 public key that supported by GPG. In fact, GPG allows importing that key even if it has an invalid secp256k1 …

  10. How does GnuPG encrypt secret keys? - Information Security Stack …

    14 GnuPG 2.x has a separate gpg-agent that is the custodian of secret keys and that offers no control whatsoever over the encryption parameters of the secret keys within. Furthermore, --s2k are …