ChorusOne / eth-staking-smith

Ethereum 2.0 deposit CLI / library
Apache License 2.0
21 stars 7 forks source link

Explain the different keystore algorithm between official cli and this one #17

Closed QAston closed 1 year ago

QAston commented 1 year ago

Either explain it in the readme or add a flag to select the key and select the more secure one by default.

jenpaff commented 1 year ago

sure, will add an argument to make it explicit and give users the option to select between scrypt and pbkdf2 , @mksh should we use scrypt by default then?

EDIT: will use pbkdf2 as default

jenpaff commented 1 year ago

closed with #18