-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is the connection between wallet password and genrated addreses #663
Comments
@FIVIL Just to confirm you mean the HDWallet mnemonic (words) and password, correct? |
yes, I have the HDWallet mnemonic. |
if you have used the password in combination with the mnemonic to generate the seed no, as it acts like a salt. If you are using the password like in Metamask, then yes. Now.. depending on the lenght of your password etc, you should be able to recover it if you know all the words already. |
this is an example Nethereum/Nethereum.Playground#37 with a blank password |
tnx |
Hi, I was wondering what is the connection between wallet password and generated addresses in this library, to be more specific is there any way to generate the same ETH accounts from the seed phrase with a different password or no password at all.
I have used Nethereum to generate a bunch of ETH addresses and had someone transfer some ETH to those addresses. However, right now I can't access them. I do possess the seed phrase that I used but I don't remember the password that I used. so now I was wondering is there any way to access those ETHs with just the seed phrases. I Have seen this is possible in other wallets such as metamask!!!
The text was updated successfully, but these errors were encountered: