Open claykohut opened 6 years ago
Can you give a reference to where you might have seen that?
@claykohut generateRandomSeed should be secure, this is a good way to create a vault. this is not related to rainbow attacks, the rainbow attacks are mitigated by the salt in the keystore.
I was previously generating seeds with
generateRandomSeed
and then usingkeyStore.createVault
with the generated seed -- is that the wrong way to go about creating an account?I saw another issue talking about how that was possibly vulnerable to rainbow table lookups -- is that the case or was I misreading?
If this is the wrong way to go about generating seeds, should I first be creating a vault and then getting the seed?
Thanks, Clay