passport-local-mongoose
passport-local-mongoose copied to clipboard
Is that possible to extend the hashing & verify methods?
Is that possible to extend the hashing & verify methods? I'm looking for a way to make it more complex for crackers to extract the password.
For ex:
sha256(md5(hash(password, salt)))