- JavaScript 98.8%
- Makefile 1.2%
|
Yarmo Mackenbach
71e17f7888
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13 |
||
|---|---|---|
| src | Make hkp-keyserver functional | |
| test | Fix typo | |
| .drone.yml | Add tests to CICD | |
| .gitignore | Add binary compilation | |
| .licenseignore | Fix test errors | |
| CHANGELOG.md | Update changelog | |
| LICENSE | Initial commit | |
| license-checker-config.json | Add regex to license check | |
| LICENSE.HEADER | Add regex to license check | |
| Makefile | Add binary compilation | |
| package.json | Bump doip dep | |
| README.md | Fix yarn command | |
| yarn.lock | Bump doip dep | |
keyoxide-cli
A command-line interface written in Node.js to locally verify online distributed identities, powered by the same method used by keyoxide.org.
Installation
Using NPM (preferred)
Simply run:
npm install -g keyoxide
to install keyoxide globally to your system path.
Using git
Clone this repository, then either run:
npm install -g
or
yarn global add keyoxide
to install keyoxide globally to your system path.
Usage
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
Community
There's a Keyoxide Matrix room where we discuss everything DOIP and Keyoxide.
Donate
Please consider donating if you think this project is a step in the right direction for the internet.
Funding
This project was realized with funding from NLnet.