How do I generate master key from the root seed

This page summarizes the projects mentioned and recommended in the original post on /r/Bitcoin

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. bips

    Bitcoin Improvement Proposals

    The seed created by HMAC hashing the recovery mnemonic is the output of BIP39 and the input to BIP32 https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. bip39

    A web tool for converting BIP39 mnemonic codes

    I created a mnemonics and it is hashed using pbdkf2 function and I got a root seed. So this root seed should be hashed again with HMAC-SHA512 to get the master key (Master private key and chain code). So for a HMAC-SAH512 we need a key and data, so in this case what should be the key? Data should be the root seed and what should I give as key in hmac function. I gave "Bitcoin Seed" as key and generated a hash, but it is not matching the output showed in https://iancoleman.io/bip39/ website

  4. python-mnemonic

    :snake: Mnemonic code for generating deterministic keys, BIP39

    Checkout the bip https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki and this code https://github.com/trezor/python-mnemonic

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Give people something to link to so they can talk about your features and ideas

    2 projects | news.ycombinator.com | 13 Jul 2024
  • Need help understading BIP39

    1 project | /r/cryptography | 10 Jul 2023
  • What happens if I lose my cold card device?

    1 project | /r/BitcoinBeginners | 19 May 2023
  • How to add a 25th word to your seed ?

    1 project | /r/ledgerwallet | 14 May 2023
  • Question about wallet security

    3 projects | /r/Bitcoin | 6 Apr 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?