polkadot-js / common

Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers.
Apache License 2.0
251 stars 141 forks source link

Safe: Create account using a true random number. #407

Closed 0xthreebody closed 3 years ago

0xthreebody commented 5 years ago

In view of the hacking incidents of the previous period, as an improvement: the account is created using the true random number method.
True random number source:

Look likes:

微信图片_20190509165840

Polkawallet same issue: https://github.com/polkawallet-io/polkawallet-RN/issues/120

jacogr commented 5 years ago

Moving to common (this is an enhancement to util-crypto to set the source)

polkadot-js-bot commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.