ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
254 stars 88 forks source link

Modify mnemonic phrase generation flow to make it more secure #53

Open zilm13 opened 6 years ago

zilm13 commented 6 years ago

Currently it requests 5 random words from dictionary using backend controller. We should download full dictionary to frontend and choose 5 words on frontend (in client's browser). This approach is more secure, because it is not vulnerable to sniffing attack. Also, check that user is able to remember the phrase at least just after creation.