-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keys on my keychain don't appear in Key Manager #92
Comments
@Stubbs it appears that WebPG is unable to locate your keyring(s). Normally, WebPG is able to automatically detect the location, but you may need to specify the path to your GNUPGHOME directory within the advanced options of WebPG. Which installation of GnuPG is this and on what operating system? |
I'm using GPG installed from the GPGTools website (for OSX), the latest version which I upgraded today. I'm using the Firefox version of the plugin too, with the latest version of Firefox. I've got the GNUPGHOME advanced option set to my .gnupg directory in my home directory, it was set to the directory where gpgtools was installed, and now I just get the box that says "Please wait while we build your keylist" which never dissapears.
|
that is curious... Is this the light version of GPGTools? Also, when you try to display the WebPG key manager, if you open the javascript console are there any errors? |
It's not the lite version, and there are no errors on the js console either. -S Follow me on Twitter: http://twitter.com/stubbs On 2 September 2013 16:06, Kyle L. Huff [email protected] wrote:
|
This is why I was asking about the "light" version -- Assusan may very well be present, but undetected. That is not the cause of the issue at hand, but may be a symptom of the same root issue. Do you have a lot of keys public keys by chance? (greater than 100 or so) |
Yes, I have a couple of hundred peoples public keys imported into my I've never heard of Assuan before, I don't suppose you know where it's -S Follow me on Twitter: http://twitter.com/stubbs On 2 September 2013 16:16, Kyle L. Huff [email protected] wrote:
|
You shouldn't need it -- it is a utility for exchanging data with non-persistent servers. GnuPG uses it for context operations on the secret keyring. I merely noticed it was not present, and was curious if it was an indicator that some other (required) elements of the GnuPG installation were not present; namely, the key-agent.
At present, the WebPG Key Manager attempts to retrieve ALL keys within your keyring, parse them and display them. More than likely this is taking an extraordinarily long time. This is an issue on all platforms, but seems to be exacerbated on OSX (on Linux, the same operation takes roughly 1/3rd of the time). I am working on having the return of Public Keys support pagination - whereby it only retrieves a subset of the total keys available, and also working to have these blocking operations occur within a separate thread like the key generation does (so it doesn't lock up the browser). More than likely, it is working, just having a lot of difficulty processing your large keyring. So unfortunately this time, I do not have a solution for your issue, I plan to have the required changes into the back-end library no later than version 0.9.6. However, the other functionality (outside of the key manager) should continue to function [i.e. sign, encrypt, verify]. Outside of that (waiting for future releases), I could only suggest that you point WebPG to a paired down keyring. I understand that this affects trust calculations and violates one or more primary concepts of GnuPG -- merely attempting to provide some sort of workaround that may address your issue and fit the needs of your intended usage of WebPG. |
Thanks Kyle. Most of the people on my keychain I have never mailed, or received a mail I'll prune my keyfile and see what effect that has. -S Follow me on Twitter: http://twitter.com/stubbs On 2 September 2013 16:43, Kyle L. Huff [email protected] wrote:
|
The current development cycle now has threaded and paginated key listing. This should resolve this issue. Would you be willing to verify so I can close this issue? Thanks. |
I just discovered WebPG and experienced what seems to be same problem. I installed WebPG 0.9.2 in Firefox 33.1 on Linux (64 bit). The key manager says "building key list" since 90 (!) minutes now. I have ca. 800 keys in my keyring. I also tried to install WebPG in Chromium 37.0.2062.94 (290621) (64-bit) on the same machine, but failed because NPAPI plugins are not supported. |
Yes, that is the single-threaded, synchronous version. Could you try v0.9.4 located here: https://webpg.org/download/webpg-firefox/
A solution that does not use NPAPI is being tested now, so chrome support will be restored shortly. |
Yeah, 0.9.4 looks very good, thank you! (Now if the decrypted e-mail would also recognize the Content-Transfer-Encoding: quoted-printable header and format it accordingly …) |
Awesome.
Yes, the QP (de/en)coder has some issues; that is a work in progress. |
According to the options page "Your system appears to be configured correctly for WebPG" but when I try and view keys, either public or private the list is empty.
If I try & use the binary I entered into the settings (/usr/local/bin/gpg -k) I get a list of the keys as expected.
I'm using the current dev version, 0.9.4
The text was updated successfully, but these errors were encountered: