firebase-scrypt
firebase-scrypt copied to clipboard
Nodejs implementation of Firebase's Scrypt modified version.
Results
1
firebase-scrypt issues
Sort by
recently updated
recently updated
newest added
When using the same parameters (`memCost`, `rounds`, `saltSeparator`, `signerKey`) this library does not always produce the same hash as the hash stored on firebase. For instance, with the same init...