Page 1 of 2

Namecoin Local PGP Keyserver Plugin

Posted: Sat Jan 09, 2016 1:19 pm
by phelix
Latest infos on Github: https://github.com/phelix/npkh

Allows you to make sure you are using the right PGP key by getting a secure pgp key fingerprint from a Namecoin id/

:mrgreen:

[continued from https://forum.namecoin.info/viewtopic.p ... 117#p16117]

(edited a lot; 2017-08-10 and 2017-12-15)

Re: Namecoin Local PGP Keyserver Plugin

Posted: Sun Jan 10, 2016 12:30 pm
by domob
Thanks for your work on this - sounds great! I'm unfortunately too busy at the moment to give it a try - but I think this is a good step forward!

Re: Namecoin Local PGP Keyserver Plugin

Posted: Tue Jan 12, 2016 9:56 am
by phelix
domob wrote:Thanks for your work on this - sounds great! I'm unfortunately too busy at the moment to give it a try - but I think this is a good step forward!
It would be nice if someone could give it a try as I would like to claim the bounty.

Re: Namecoin Local PGP Keyserver Plugin

Posted: Sun Jan 24, 2016 1:19 pm
by biolizard89
Specifically what spec is this implementing to parse the id/ values? (I realize you gave example names, including mine, but this isn't really a substitute for a spec.)

Re: Namecoin Local PGP Keyserver Plugin

Posted: Tue Jan 26, 2016 10:51 am
by phelix
biolizard89 wrote:Specifically what spec is this implementing to parse the id/ values? (I realize you gave example names, including mine, but this isn't really a substitute for a spec.)
Is there another one than this: https://wiki.namecoin.org/index.php?title=Identity ?

Re: Namecoin Local PGP Keyserver Plugin

Posted: Tue Jan 26, 2016 2:39 pm
by biolizard89
phelix wrote:
biolizard89 wrote:Specifically what spec is this implementing to parse the id/ values? (I realize you gave example names, including mine, but this isn't really a substitute for a spec.)
Is there another one than this: https://wiki.namecoin.org/index.php?title=Identity ?
Well, frankly that spec is horrifyingly complex and has features for which I can think of no legitimate applications, so I certainly hope you didn't implement that entire spec. What I was asking was specifically which features from that spec you implemented. I.e. what fields does it check, etc.

It's also worth reminding everyone that that spec is pending revision.

Re: Namecoin Local PGP Keyserver Plugin

Posted: Wed May 10, 2017 8:44 am
by phelix
biolizard89 wrote:
phelix wrote:
biolizard89 wrote:Specifically what spec is this implementing to parse the id/ values? (I realize you gave example names, including mine, but this isn't really a substitute for a spec.)
Is there another one than this: https://wiki.namecoin.org/index.php?title=Identity ?
Well, frankly that spec is horrifyingly complex and has features for which I can think of no legitimate applications, so I certainly hope you didn't implement that entire spec. What I was asking was specifically which features from that spec you implemented. I.e. what fields does it check, etc.

It's also worth reminding everyone that that spec is pending revision.
No no, this is really simple. It just takes the 'gpg/fpr' field or if that is missing the 'fpr' field directly. Updated OP to include this.

At the bottom of the file there are some tests included that you can run with an instance active already.

Re: Namecoin Local PGP Keyserver Plugin

Posted: Thu May 18, 2017 5:58 am
by biolizard89
Is there a Git repo available for this, or a download link that supports TLS? Would make it easier to test.

Re: Namecoin Local PGP Keyserver Plugin

Posted: Sat Aug 05, 2017 2:18 am
by biolizard89
biolizard89 wrote:Is there a Git repo available for this, or a download link that supports TLS? Would make it easier to test.
Bump.

Re: Namecoin Local PGP Keyserver Plugin

Posted: Thu Aug 10, 2017 3:31 pm
by phelix
biolizard89 wrote:
biolizard89 wrote:Is there a Git repo available for this, or a download link that supports TLS? Would make it easier to test.
Bump.
done! updated OP