New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

keyconverter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyconverter

Convert private keys to a variety of formats for use in PKI applications

latest
Source
npmnpm
Version
2.0.5
Version published
Maintainers
1
Created
Source

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

©2023 DigitalArsenal.io, Inc.

Keywords

Bitcoin

FAQs

Package last updated on 05 Apr 2023

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