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
Copyright
©2023 DigitalArsenal.io, Inc.