@digitalarsenal.io/keymaster
v1.1.1-j.0.2
Published
Crypto Certificate Library
Downloads
5
Maintainers
Readme
KEYMASTER
Keymaster is a library for using cryptocurrency keys in public key infrastructure roles.
NOTE: This library has not been tested for production use.
Background
Established Public Key Infrastructure (PKI) architectures with centralized Certificate Authorities (CA) in general do not interoperate well with newer decentralized PKI software like Bitcoin.
Specifically, legacy PKI certificate formats like x.509 v3 are not easily interoperable with newer key management formats such as Wallet Import Format (WIF) and seed phrases.
This library enables the user to do PKI tasks, such as creating / signing certificates, using private keys that can also be used in newer decentralized software.
Usage: API Docs
Installation
npm i @digitalarsenal.io/keymaster
Contributing
Please open an issue before submitting a pull request.
License
Other Libraries
x509.js Recommended