Command-line interface to locally verify decentralized identities https://keyoxide.org
Find a file
Yarmo Mackenbach 71e17f7888
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Redesign interface' (#13) from redesign-interface into main
Reviewed-on: #13
2022-03-30 09:51:22 +02:00
src Make hkp-keyserver functional 2022-03-28 01:11:00 +02:00
test Fix typo 2022-03-28 01:11:31 +02:00
.drone.yml Add tests to CICD 2022-03-27 17:07:33 +02:00
.gitignore Add binary compilation 2022-03-22 14:19:08 +01:00
.licenseignore Fix test errors 2022-03-27 19:04:29 +02:00
CHANGELOG.md Update changelog 2022-03-24 11:48:01 +01:00
LICENSE Initial commit 2020-11-20 08:39:57 +01:00
license-checker-config.json Add regex to license check 2022-02-25 11:49:22 +01:00
LICENSE.HEADER Add regex to license check 2022-02-25 11:49:22 +01:00
Makefile Add binary compilation 2022-03-22 14:19:08 +01:00
package.json Bump doip dep 2022-03-28 00:40:55 +02:00
README.md Fix yarn command 2021-03-22 14:51:47 +01:00
yarn.lock Bump doip dep 2022-03-28 00:40:55 +02:00

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:[email protected]

Since keys.openpgp.org is the default keyserver, this is equivalent to:

keyoxide verify hkp:[email protected]

Of course, you can specify any HKP keyserver:

keyoxide verify hkp:keyserver.ubuntu.com:[email protected]

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:[email protected]

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.