npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hypercore-sign

3.0.0

@chm-diederichs

npmHomeRepoSnykSocket
Downloads:5
$ npm install hypercore-sign
DailyWeeklyMonthlyYearly

Hypercore Sign

Sign hypercore signing requests using public/private key cryptography, and verify the signatures.

The flow is:

  • The signer creates a public/private key pair, and shares the public key
  • The signer signs Hypercores (for example to approve of their content at a certain length), and shares the signed message.
  • Anyone with the public key can verify that the hypercore was indeed approved by the signer.

Install

npm i -g hypercore-sign

Usage

  • Run with hypercore-sign-cli

License

Apache-2.0