Skip to content
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

Closed
FIVIL opened this issue Mar 9, 2021 · 5 comments
Closed

what is the connection between wallet password and genrated addreses #663

FIVIL opened this issue Mar 9, 2021 · 5 comments

Comments

@FIVIL
Copy link

FIVIL commented Mar 9, 2021

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!!!

@juanfranblanco
Copy link
Member

@FIVIL Just to confirm you mean the HDWallet mnemonic (words) and password, correct?
The password in this scenario is an extra form of security to generate the key seed for your HD Wallet in combination with your 12 words. This password is not used to encrypt the mnemonic like in metamask.

@FIVIL
Copy link
Author

FIVIL commented Mar 9, 2021

yes, I have the HDWallet mnemonic.
This means I can't retrieve the funds without knowing the password right??

@juanfranblanco
Copy link
Member

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.

@juanfranblanco
Copy link
Member

this is an example Nethereum/Nethereum.Playground#37 with a blank password

@FIVIL
Copy link
Author

FIVIL commented Mar 9, 2021

tnx

@FIVIL FIVIL closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants