1.0.0 • Published 3 years ago

@pacificdatascience/scrypt-hash v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Scrypt Hash and Comapare

Simple scrypt wrapper for using Node's native crypto library and the scrypt function to hash and compare strings. This hasher, however, uses a random byte array as a salt and includes it in the hashed output resulting in difference hashes for same text strings.