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
I was previously generating seeds with generateRandomSeed and then using keyStore.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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: