Socket
Book a DemoInstallSign in
Socket

bitcoin-key-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-key-generator

a bitcoin key generator which safe and no dependencies and native javascript library.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

bitcoin-key-generator

a bitcoin key generator which safe and no dependencies and native javascript library.

attention:node version request >= 12.0

Get Privte Key

const BKG = require('bitcoin-key-generator');
// Method 1:
let privteOriginKey1 = BKG.getPrivteOriginKeyByStr('Hello');// 185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969
let privteKey1 = BKG.getPrivteKeyByOrigin(privteOriginKey1);// 5J12ASfjmVAX7efMjvvr4h4Q19xd4wZPPEf9dqiLda8QtWAT93b
// Method 2:
let privteKey2 = BKG.getPrivteKeyByOrigin(BKG.getPrivteOriginKeyByRand());// 5JMtDQYeeLMrFirM7BdxQv9CpvcAP6hCT4xAiZYGWkTwf3PcBud

Get Public Key

let address1 = BKG.getPublicKeyByOrigin(
    BKG.getPublicOriginKey(privteOriginKey1)
); // 1AFAEr2oY7HQp7L7sxyHCfXBFf7zo935sv

Get Privte Origin Key

let privteOriginKey2 = BKG.getPrivteOriginKeyByKey(privteKey2); //47bec1393676aa66b2a2715a621eb2431a9b62864224702490010c59d0113101

Keywords

bitcoin

FAQs

Package last updated on 03 Dec 2019

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.