$ gpg --version gpg (GnuPG) 2.3.4 libgcrypt 1.9.4 Copyright (C) 2021 g10 Code GmbH License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: C:\Users\Jamin Collins\AppData\Roaming\gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 AEAD: EAX, OCB Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2
Initially, the following works fine from a command line:
gpg -K
Displaying the secret keys that are known.
However, attempting to open Kleopatra results in a perpetually spinning progress indicator with a label stating Loading certificate cache....
Once Kleopatra has been opened and the above indicator shown, it is no longer possible to list the secret keys from the command line gpg -K, the command hangs.
I am using a YubiKey 4 Nano, if that makes any difference.