openethereum / fether

Decentralized and light Ethereum Wallet
BSD 3-Clause "New" or "Revised" License
122 stars 32 forks source link

Implement a password restriction #549

Closed Tbaut closed 4 years ago

Tbaut commented 4 years ago

The application allows any password for the wallet keys. Passwords such as "password" are accepted during wallet initialization.

I'd suggest > 8 characters with at least 1 number.

here: https://github.com/paritytech/fether/blob/master/packages/fether-react/src/Accounts/CreateAccount/AccountPassword/AccountPassword.js#L37