Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

didconf

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

didconf

CLI to generate a .well-known DID configuration

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

didconf

An experimental CLI to generate a .well-known DID configuration for a domain.

Installation

Using npm:

$ npm i -g didconf

Usage

To create a new DID and generate the DID configuration for the domain test.com:

$ didconf test.com

To create a new DID from an Ethereum private key and generate the DID configuration for the domain test.com:

$ didconf test.com 8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f

Print the usage instructions by running:

$ didconf

What is a DID configuration?

DID Configuration is a draft spefication being developed within the Decentralized Identity Foundation (DIF) and intended for registration with IANA as a Well-Known resource.

The DID Configuration resource provides proof of a bi-directional relationship between the controller of an origin and a DID via cryptographically verifiable signatures that are linked to a DID's key material.

In more simple words, a DID configuration enables you trust a digital signature as belonging to an entity that owns an web domain.

What is a DID?

Decentralized Identifier (DID) is a new type of globally unique identifier defined by the W3C Decentralized Identifier Working Group in this specification. The DID specification is designed to enable individuals and organizations to generate their own identifiers using systems they trust. These new identifiers enable entities to prove control over them by authenticating using cryptographic proofs such as digital signatures. A DID identifies any subject (e.g., a person, organization, thing, data model, abstract entity, etc.) that the controller of the DID decides that it identifies.

FAQs

Package last updated on 02 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc