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

Is it necessary to use password in creating Bip32keystore ? #213

Closed
DiwakarThapa opened this issue Jul 29, 2019 · 1 comment
Closed

Is it necessary to use password in creating Bip32keystore ? #213

DiwakarThapa opened this issue Jul 29, 2019 · 1 comment

Comments

@DiwakarThapa
Copy link

In most of the code i have seen many people are creating keystone using password EthereumKeystoreV3(password: "PASSWORD"). Is it necessary ? if it is why ?

@ravi-ranjan-oodles
Copy link

ravi-ranjan-oodles commented Dec 2, 2020

No, it is not necessary, if you go to the definition they have used bankexx as a password you can send an empty string to remove the password.
eg..
let keystore = try EthereumKeystoreV3(privateKey: dataKey)

@Iysbaera Iysbaera closed this as completed Jun 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

3 participants