Giter Club home page Giter Club logo

seed-phrase-generator's Introduction

Seed-Phrase-Generator

This tool randomly creates BIP39 seed phrases and computes derivation paths from given seed. This tool will allow you to easily create your own BIP39 compatible seed phrase (mnemonic) with cryptographically secure random number generator.

The main feature that distinguish that tool from other available is a default simple mode, that allows easy BIP39 seed phrase generation for everyone. However, when using advanced mode, user can access all features.

You can think of this tool as a hardware or software wallet opened up where you can tinker with stuff inside and do everything manually.

DOWNLOAD

Possible use cases:

  • Randomly compute a seed phrase safely if you need to.
  • Check if your seed phrase is correct (you will receive a notification if a given word is not from the list.
  • You can check all your individual addresses without a wallet, if you would need that.
  • Compute your coins addresses plus private keys so you could retrieve funds manually by using Bip44 standard or other. Could be useful if you lose your wallet and are unable to get one.
  • Create a new bip39/44 wallet to create a coin address and transfer your coins ASAP, then later input the seed in a wallet and restore. Could be useful in a bad case of a compromised wallet.
  • Generate some truly random seed phrase with your own entropy source if you would like, for example, you can roll your own dice yourself.
  • See how things work inside your hardware or software wallet. It is easy to see here that your seed phrase is also an instruction set for setting up addresses and private keys (i.e. Bip44). You can see how keys and addresses are computed from the seed.

Advanced mode features:

  • convert mnemonic code to seed (mnemonic code converter),
  • calculate derivation paths/addresses from mnemonics,
  • use your own entropy to create seed phrase.

You can use this tool 100% offline. For security it is preferable to use offline fresh system install or system on live usb. Download standalone offline .html file and open it in a browser.

This tool is based on Ian Coleman's mnemonics code converter.

Source code: You can see the full source code in standalone, offline html file. Alternatively you can check the individual css and js files in the online version folder, where the direct copy of website version is stored. This is free and opensource tool.

License (click to expand) The MIT License (MIT) Copyright (c) 2022 Coinplate

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

seed-phrase-generator's People

Contributors

pharaondayhawk1ow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.