Skip to content

Use Bitcoin keys to create provably secure x509 public key infrastructure certificates

Notifications You must be signed in to change notification settings

DigitalArsenal/keyconverter

Repository files navigation

keyconverter

keyconverter is a TypeScript library that allows you to convert a private key to various formats, including:

  • JSON Web Key (jwk)
  • PKCS8
  • Raw Hex
  • SPKI
  • WIF
  • BIP39 Mnemonic
  • SSH
  • Raw Binary Buffer
  • IPFS Protobuf

This library can be useful for developers who need to generate and manage multiple addresses or identifiers for a single private key.

Installation

You can install keyconverter using NPM:

npm i keyconverter

Usage

For usage, please refer to the test spec.

License

MIT

Copyright

©2023 DigitalArsenal.io, Inc.

About

Use Bitcoin keys to create provably secure x509 public key infrastructure certificates

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages