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

feat request: password option #9

Open
darkobas2 opened this issue May 11, 2023 · 6 comments
Open

feat request: password option #9

darkobas2 opened this issue May 11, 2023 · 6 comments

Comments

@darkobas2
Copy link

Hi

would appreciate if you would consider adding a password option when creating wallet please.

regards

@attila-lendvai
Copy link

+1

context: i have service code in Guix to run multiple nodes, and i'm using the same password for all the nodes. i'd like to add a new one that i mine.

@attila-lendvai
Copy link

tried to use geth/clef to import the account and change the password, but:

geth account import --password [hash].password [hash].json
Fatal: Failed to load the private key: invalid character 'e' at end of key file

@attila-lendvai
Copy link

if this gets implemented, then please also add a --password-file option (so that we don't record the passwords in the bash history).

@darkobas2
Copy link
Author

if this gets implemented, then please also add a --password-file option (so that we don't record the passwords in the bash history).

HISTCONTROL=ignoreboth will ignore duplicate lines and all lines beginning with space

@attila-lendvai
Copy link

meanwhile, does anyone know a tool to change the password of the generated keys?

@attila-lendvai
Copy link

FTR, the latest release of https://github.com/ethersphere/swarm-cli has a new command for changing the password of a key:

$ swarm-cli utility lock key.json

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