Filesystem location of Thunderbird+Enigmail+Kleopatra keys?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm having a heck of a time finding the GPG keys created by Kleopatra on Windows 10 professional. The first key is used by Thunderbird and Enigmail. The second key is used by Git for commit signing. The keys display fine in the Kleopatra GUI.
The Thunderbird and Enigmail keys work fine. I've been signing, encrypting and verifying all week. The Git keys are new but I have not been able to use them because I don't know where they are located.
Kleopatra does not display or have a setting for file paths, like gpg.conf or secring.gpg. The closest I have found is Kleopatra key details that merely says "local".
The keys are not located in ~/.gnupg
(from a Git Bash terminal):
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ gpg --list-keys
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
The keys are not located in %APPDATA%
as detailed by Where are my GnuPG keys stored? and Where is the keyring location in windows XP.
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ find "C:\Users\Jeff W\AppData" -name '*.gpg'
C:UsersJeff WAppData/Roaming/gnupg/trustdb.gpg
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
I also put Kleopatra under Process Explorer and I did not see it accessing keyrings (even though it displays over 220 keys from company employees).
My first question is, why is the configuration information hidden, and not prominently displayed? (This has been a problem for over 10 years. There has been ample opportunity to fix it).
My second question is, where are the Kleopatra keys? (I want to move the commit signing key into ~/.gnupg
so Git can use it).
May be helpful:
$ gpg --version
gpg (GnuPG) 1.4.22
...
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
$ ls ~/.gnupg/
gpg.conf pubring.gpg secring.gpg trustdb.gpg
windows-10 filesystems gnupg kleopatra
add a comment |
I'm having a heck of a time finding the GPG keys created by Kleopatra on Windows 10 professional. The first key is used by Thunderbird and Enigmail. The second key is used by Git for commit signing. The keys display fine in the Kleopatra GUI.
The Thunderbird and Enigmail keys work fine. I've been signing, encrypting and verifying all week. The Git keys are new but I have not been able to use them because I don't know where they are located.
Kleopatra does not display or have a setting for file paths, like gpg.conf or secring.gpg. The closest I have found is Kleopatra key details that merely says "local".
The keys are not located in ~/.gnupg
(from a Git Bash terminal):
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ gpg --list-keys
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
The keys are not located in %APPDATA%
as detailed by Where are my GnuPG keys stored? and Where is the keyring location in windows XP.
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ find "C:\Users\Jeff W\AppData" -name '*.gpg'
C:UsersJeff WAppData/Roaming/gnupg/trustdb.gpg
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
I also put Kleopatra under Process Explorer and I did not see it accessing keyrings (even though it displays over 220 keys from company employees).
My first question is, why is the configuration information hidden, and not prominently displayed? (This has been a problem for over 10 years. There has been ample opportunity to fix it).
My second question is, where are the Kleopatra keys? (I want to move the commit signing key into ~/.gnupg
so Git can use it).
May be helpful:
$ gpg --version
gpg (GnuPG) 1.4.22
...
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
$ ls ~/.gnupg/
gpg.conf pubring.gpg secring.gpg trustdb.gpg
windows-10 filesystems gnupg kleopatra
add a comment |
I'm having a heck of a time finding the GPG keys created by Kleopatra on Windows 10 professional. The first key is used by Thunderbird and Enigmail. The second key is used by Git for commit signing. The keys display fine in the Kleopatra GUI.
The Thunderbird and Enigmail keys work fine. I've been signing, encrypting and verifying all week. The Git keys are new but I have not been able to use them because I don't know where they are located.
Kleopatra does not display or have a setting for file paths, like gpg.conf or secring.gpg. The closest I have found is Kleopatra key details that merely says "local".
The keys are not located in ~/.gnupg
(from a Git Bash terminal):
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ gpg --list-keys
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
The keys are not located in %APPDATA%
as detailed by Where are my GnuPG keys stored? and Where is the keyring location in windows XP.
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ find "C:\Users\Jeff W\AppData" -name '*.gpg'
C:UsersJeff WAppData/Roaming/gnupg/trustdb.gpg
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
I also put Kleopatra under Process Explorer and I did not see it accessing keyrings (even though it displays over 220 keys from company employees).
My first question is, why is the configuration information hidden, and not prominently displayed? (This has been a problem for over 10 years. There has been ample opportunity to fix it).
My second question is, where are the Kleopatra keys? (I want to move the commit signing key into ~/.gnupg
so Git can use it).
May be helpful:
$ gpg --version
gpg (GnuPG) 1.4.22
...
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
$ ls ~/.gnupg/
gpg.conf pubring.gpg secring.gpg trustdb.gpg
windows-10 filesystems gnupg kleopatra
I'm having a heck of a time finding the GPG keys created by Kleopatra on Windows 10 professional. The first key is used by Thunderbird and Enigmail. The second key is used by Git for commit signing. The keys display fine in the Kleopatra GUI.
The Thunderbird and Enigmail keys work fine. I've been signing, encrypting and verifying all week. The Git keys are new but I have not been able to use them because I don't know where they are located.
Kleopatra does not display or have a setting for file paths, like gpg.conf or secring.gpg. The closest I have found is Kleopatra key details that merely says "local".
The keys are not located in ~/.gnupg
(from a Git Bash terminal):
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ gpg --list-keys
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
The keys are not located in %APPDATA%
as detailed by Where are my GnuPG keys stored? and Where is the keyring location in windows XP.
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$ find "C:\Users\Jeff W\AppData" -name '*.gpg'
C:UsersJeff WAppData/Roaming/gnupg/trustdb.gpg
DESKTOP-P8D3DKA MINGW64 ~/.gnupg
$
I also put Kleopatra under Process Explorer and I did not see it accessing keyrings (even though it displays over 220 keys from company employees).
My first question is, why is the configuration information hidden, and not prominently displayed? (This has been a problem for over 10 years. There has been ample opportunity to fix it).
My second question is, where are the Kleopatra keys? (I want to move the commit signing key into ~/.gnupg
so Git can use it).
May be helpful:
$ gpg --version
gpg (GnuPG) 1.4.22
...
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
$ ls ~/.gnupg/
gpg.conf pubring.gpg secring.gpg trustdb.gpg
windows-10 filesystems gnupg kleopatra
windows-10 filesystems gnupg kleopatra
edited Apr 19 '18 at 3:02
jww
asked Apr 18 '18 at 19:00
jwwjww
4,4932479148
4,4932479148
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Tracing with Process Monitor reveals that Kleopatra talks to a gpg-agent.exe
via TCP. That's why you don't see Kleopatra accessing the key ring itself.
All Gpg4win tools look for the GnuPG home directory in %APPDATA%GnuPG
as described in the Gpg4win documentation, chapter Personal user settings. So, this is no a secret. However the expansion given as example applies to Win7. In Win10, this now translates to C:Users<user>AppDataRoaminggnupg
.
MinGW which is used by git has its own ecosystems and unfortunately the gpg which comes wtih MinGW uses a different home directory. As you see from your printout, that gpg's home directory is ~/.gnupg
which translates to C:Users<user>.gnupg
under Win10.
While it is possible to tweak gpg to use a different home directory, IMHO the easisest solution is to let git use the gpg.exe which comes with Gpg4win instead of the one bundled with MinGW. This is described in Configure GPG for Git on Windows:
git config --global gpg.program "C:Program Files (x86)GnuPGbingpg.exe"
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1315204%2ffilesystem-location-of-thunderbirdenigmailkleopatra-keys%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Tracing with Process Monitor reveals that Kleopatra talks to a gpg-agent.exe
via TCP. That's why you don't see Kleopatra accessing the key ring itself.
All Gpg4win tools look for the GnuPG home directory in %APPDATA%GnuPG
as described in the Gpg4win documentation, chapter Personal user settings. So, this is no a secret. However the expansion given as example applies to Win7. In Win10, this now translates to C:Users<user>AppDataRoaminggnupg
.
MinGW which is used by git has its own ecosystems and unfortunately the gpg which comes wtih MinGW uses a different home directory. As you see from your printout, that gpg's home directory is ~/.gnupg
which translates to C:Users<user>.gnupg
under Win10.
While it is possible to tweak gpg to use a different home directory, IMHO the easisest solution is to let git use the gpg.exe which comes with Gpg4win instead of the one bundled with MinGW. This is described in Configure GPG for Git on Windows:
git config --global gpg.program "C:Program Files (x86)GnuPGbingpg.exe"
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
add a comment |
Tracing with Process Monitor reveals that Kleopatra talks to a gpg-agent.exe
via TCP. That's why you don't see Kleopatra accessing the key ring itself.
All Gpg4win tools look for the GnuPG home directory in %APPDATA%GnuPG
as described in the Gpg4win documentation, chapter Personal user settings. So, this is no a secret. However the expansion given as example applies to Win7. In Win10, this now translates to C:Users<user>AppDataRoaminggnupg
.
MinGW which is used by git has its own ecosystems and unfortunately the gpg which comes wtih MinGW uses a different home directory. As you see from your printout, that gpg's home directory is ~/.gnupg
which translates to C:Users<user>.gnupg
under Win10.
While it is possible to tweak gpg to use a different home directory, IMHO the easisest solution is to let git use the gpg.exe which comes with Gpg4win instead of the one bundled with MinGW. This is described in Configure GPG for Git on Windows:
git config --global gpg.program "C:Program Files (x86)GnuPGbingpg.exe"
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
add a comment |
Tracing with Process Monitor reveals that Kleopatra talks to a gpg-agent.exe
via TCP. That's why you don't see Kleopatra accessing the key ring itself.
All Gpg4win tools look for the GnuPG home directory in %APPDATA%GnuPG
as described in the Gpg4win documentation, chapter Personal user settings. So, this is no a secret. However the expansion given as example applies to Win7. In Win10, this now translates to C:Users<user>AppDataRoaminggnupg
.
MinGW which is used by git has its own ecosystems and unfortunately the gpg which comes wtih MinGW uses a different home directory. As you see from your printout, that gpg's home directory is ~/.gnupg
which translates to C:Users<user>.gnupg
under Win10.
While it is possible to tweak gpg to use a different home directory, IMHO the easisest solution is to let git use the gpg.exe which comes with Gpg4win instead of the one bundled with MinGW. This is described in Configure GPG for Git on Windows:
git config --global gpg.program "C:Program Files (x86)GnuPGbingpg.exe"
Tracing with Process Monitor reveals that Kleopatra talks to a gpg-agent.exe
via TCP. That's why you don't see Kleopatra accessing the key ring itself.
All Gpg4win tools look for the GnuPG home directory in %APPDATA%GnuPG
as described in the Gpg4win documentation, chapter Personal user settings. So, this is no a secret. However the expansion given as example applies to Win7. In Win10, this now translates to C:Users<user>AppDataRoaminggnupg
.
MinGW which is used by git has its own ecosystems and unfortunately the gpg which comes wtih MinGW uses a different home directory. As you see from your printout, that gpg's home directory is ~/.gnupg
which translates to C:Users<user>.gnupg
under Win10.
While it is possible to tweak gpg to use a different home directory, IMHO the easisest solution is to let git use the gpg.exe which comes with Gpg4win instead of the one bundled with MinGW. This is described in Configure GPG for Git on Windows:
git config --global gpg.program "C:Program Files (x86)GnuPGbingpg.exe"
answered Feb 10 at 16:11
Adrian WAdrian W
1366
1366
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
add a comment |
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
Thanks. I'll have to take your word for it.
– jww
Feb 10 at 16:38
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1315204%2ffilesystem-location-of-thunderbirdenigmailkleopatra-keys%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown