Keymaster is a library for using cryptocurrency keys in public key infrastructure roles.
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
npm i @digitalarsenal.io/keymaster
Please open an issue before submitting a pull request.
x509.js Recommended