Author

Topic: Seed Hex (Read 101 times)

?
Activity: -
Merit: -
Today at 12:30:04 PM
#4
this data was encrypted by aes i decrypt it but it try know how it generate seed hex
hero member
Activity: 1120
Merit: 540
Duelbits - Play for Free | Win for Real
January 04, 2025, 09:33:11 PM
#3
How did you get this dump? Did you happen to run any commands in the browser console or download the wallet.aes file (I don't remember if that's the name) from blockchain.info(.com)?

I remember that I could only export the private keys from the browser console, but not something like seedhex.

But why are you curious about it? Apparently it should follow the same BIP39 standard for generating wallets, through the initial entropy generated by the BIP39 words.
legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
January 04, 2025, 03:36:22 AM
#2
i try know how blockchain.info generation seedhex while create now wallet

If you mean you want to know blockchain.info generate wallet, you probably want to visit their GitHub page on https://github.com/blockchain. The repository you're probably looking for is https://github.com/blockchain/My-Wallet-V3.
?
Activity: -
Merit: -
January 03, 2025, 06:31:23 PM
#1
 i try know how blockchain.info generation seedhex while create now wallet
like

{
  "address_book": [],
  "double_encryption": false,
  "guid": "cd776abe-c05d-4a2c-92bc-0cb253f71b42",
  "hd_wallets": [
    {
      "accounts": [
        {
          "label": "DeFi Wallet",
          "archived": false,
          "default_derivation": "bech32",
          "derivations": [
            {
              "address_labels": [],
              "cache": {
                "changeAccount": "",
                "receiveAccount": ""
              },
              "purpose": 84,
              "type": "bech32",
              "xpriv": "",
              "xpub": ""
            },
            {
              "address_labels": [],
              "cache": {
                "changeAccount": "",
                "receiveAccount": ""
              },
              "purpose": 44,
              "type": "legacy",
              "xpriv": "",
              "xpub": ""
            }
          ]
        }
      ],
      "default_account_idx": 0,
      "mnemonic_verified": false,
      "passphrase": "",
      "seed_hex": "8b6cd359438173947b10e79241448596"
    }
  ],
  "keys": [],
  "options": {
    "html5_notifications": false,
    "logout_time": 600000,
    "pbkdf2_iterations": 5000
  },
  "sharedKey": "517ce6a1-2117-4ed2-972d-7cfb25982ae5",
  "tx_names": [],
  "tx_notes": {}
}


i think its generated with UUIDs but i don't know algo

any one can help
Jump to: