Skip to content

A tool to create a secure BIP39 Mnemonic phrases from the combination of ID and Password

License

Notifications You must be signed in to change notification settings

cpuchain/bip39-org

Repository files navigation

Bip39-org Tool

A tool to create a secure BIP39 Mnemonic phrases from the combination of ID and Password

https://bitcointalk.org/index.php?topic=5463580.0

Online Version

https://bip39.org

https://bip39org.eth.link (Or, https://bip39org.eth.limo)

https://bip39-org.ipns.cf-ipfs.com

Verifying the online version

wget https://bip39.org/index.html && \
wget https://bip39.org/SHA256SUMS.asc

# Verify the SHA256SUMS file first
gpg --verify SHA256SUMS.asc

# Verify files
sha256sum --ignore-missing --check SHA256SUMS.asc

Standalone offline version

For browser version

Download index.html from the latest release.

For command-line interface (CLI)

Download the cli tool from the latest release.

Or, you could try from the Node.js npx tool

  $ npx bip39-org --help
  $ npm i -g bip39-org
  $ bip39-cli --help

Compiling the source code

You could compile both the standalone html file and the cli tool with the following command

Requirements:

  • Node.js LTS version
  $ git clone https://github.com/bip39org/bip39-org
  $ cd bip39-org
  $ npm install
  $ npm run build

Credits

The BIP39 implementation of this module is inspired and forked from the following projects:

The Email Password entropy generation is inspired by Coinb.in project.

License

This Bip39-org tool is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.

Donations

  • BTC:
1ApLvtViUypng5uunszD6HTVpsoBwK14ZQ
  • LTC:
LPMTqYFSpAnKE9vkdk3ypKNKEgenF1L2ZN
  • DOGE:
D7pFTmu95xnQg78XCrYCA4ViDX5GWfvGNJ
  • ETH (bip39org.eth):
0xf43A5813bAf02858B6E7bff81bEB308FcfE2Aca9
  • XMR:
473ZSSmehSRLvYPwforvjJN964Edy1uefhucvzT3VGB8KNGkm5H8vufYQFpWTPG94DAjSzsKftSnZB79hjcCXpQwE4G29TC

About

A tool to create a secure BIP39 Mnemonic phrases from the combination of ID and Password

Resources

License

Stars

Watchers

Forks

Packages