Assets, Ethereum

Does Ethereum Use BIP32?

Ethereum uses BIP32 in a few different ways. For one, BIP32 allows for the creation of so-called “brain wallets.” Brain wallets are wallets where the user’s private keys are generated from a passphrase that is easy for the user to remember.

The phrase is hashed with a cryptographic algorithm, and the resultant value is used to generate the private key. The benefit of using a brain wallet is that it allows the user to keep their private keys completely offline, which makes them much more secure.

NOTE: WARNING: Ethereum does NOT use BIP32. BIP32 is a Bitcoin specific protocol for managing private keys and addresses for Bitcoin wallets. Ethereum utilizes a different address system and does not use BIP32.

Another way Ethereum uses BIP32 is in its Hierarchical Deterministic Wallet (HD Wallet). HD Wallets are wallets where the user’s private keys are generated from a seed phrase.

The seed phrase is a string of random words that is used to generate the user’s private keys. The benefit of using an HD Wallet is that it allows the user to easily back up their wallet by just remembering the seed phrase.

So, does Ethereum use BIP32? Yes, in multiple ways. Brain wallets and HD wallets both use BIP32 to generate private keys.

Previous ArticleNext Article