passport-local-mongoose icon indicating copy to clipboard operation
passport-local-mongoose copied to clipboard

Is that possible to extend the hashing & verify methods?

Open danrevah opened this issue 7 years ago • 0 comments

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)))

danrevah avatar Oct 20 '18 21:10 danrevah