# 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](https://www.npmjs.com/package/keyconverter):

`npm i keyconverter`

## Usage

For usage, please refer to the [test spec](https://github.com/DigitalArsenal/keyconverter/blob/main/test/keyconvert.spec.ts).

## License

[MIT](https://opensource.org/license/mit/)

## Copyright

©2023 DigitalArsenal.io, Inc.
