You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the API don't provide a way to generate secure and safe seeds without feeding user generated random data. Asking user to move the mouse, mobile, and then set it to the Keypair::random method
It feels necessary to improve the current Keypair::random() function to use a cryptography random number generator, to get rid of define STELLAR_ALLOW_UNSECURE_RANDOM in the platforms and Qt versions we can be sure we can work with this method.
Qt5.10 offers a new class QRandomGenerator that seems to cover this in multiple platforms. But it should be reviewed and filter Qt versions and platforms.
The text was updated successfully, but these errors were encountered:
Actually the API don't provide a way to generate secure and safe seeds without feeding user generated random data. Asking user to move the mouse, mobile, and then set it to the Keypair::random method
It feels necessary to improve the current Keypair::random() function to use a cryptography random number generator, to get rid of define STELLAR_ALLOW_UNSECURE_RANDOM in the platforms and Qt versions we can be sure we can work with this method.
Qt5.10 offers a new class QRandomGenerator that seems to cover this in multiple platforms. But it should be reviewed and filter Qt versions and platforms.
The text was updated successfully, but these errors were encountered: