|
3 weeks ago | |
---|---|---|
src | 3 weeks ago | |
test | 3 weeks ago | |
.gitignore | 5 months ago | |
.licenseignore | 5 months ago | |
.prettierignore | 5 months ago | |
.prettierrc.yaml | 5 months ago | |
CHANGELOG.md | 3 weeks ago | |
LICENSE | 5 months ago | |
LICENSE.HEADER | 3 weeks ago | |
README.md | 3 weeks ago | |
license-checker-config.json | 5 months ago | |
package.json | 3 weeks ago | |
yarn.lock | 3 weeks ago |
A command-line interface written in Node.js to locally verify online distributed identities, powered by the same method used by keyoxide.org.
Simply run:
npm install -g keyoxide
to install keyoxide
globally to your system path.
Clone this repository, then either run:
npm install -g
or
yarn global add keyoxide
to install keyoxide
globally to your system path.
To verify a key stored on dedicated keyservers, run:
keyoxide verify hkp:keys.openpgp.org:test@doip.rocks
Since keys.openpgp.org
is the default keyserver, this is equivalent to:
keyoxide verify hkp:test@doip.rocks
Of course, you can specify any HKP keyserver:
keyoxide verify hkp:keyserver.ubuntu.com:test@doip.rocks
It is also possible to search for a fingerprint:
keyoxide verify hkp:3637202523e7c1309ab79e99ef2dc5827b445f4b
To verify a key made accessible through Web Key Directory, run:
keyoxide verify wkd:test@doip.rocks
There's a Keyoxide Matrix room where we discuss everything DOIP and Keyoxide.
Please consider donating if you think this project is a step in the right direction for the internet.
This project was realized with funding from NLnet.