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'm trying to import scrypted passwords into google firebase. In order to do that, I need to pass them things defined here.
It looks like I need:
password hash
password salt
hash-key
rounds
mem-cost
It looks to me like some or all of that info might be what SCrypt::Password spits out, but I'm having a bit of a hard time following this
I'm guessing this token is just joined by '$' and each of these pieces is meaningful...? If so, could someone please clarify what each piece is and if they fit into those things I need above?
Hello there!
I'm trying to import scrypted passwords into google firebase. In order to do that, I need to pass them things defined here.
It looks like I need:
It looks to me like some or all of that info might be what SCrypt::Password spits out, but I'm having a bit of a hard time following this
I'm guessing this token is just joined by '$' and each of these pieces is meaningful...? If so, could someone please clarify what each piece is and if they fit into those things I need above?
Thank you!
The text was updated successfully, but these errors were encountered: