Why are people using third party packages like bcrypt to hash user credentials instead of Node's own built-in classes and methods?
https://nodejs....
For further actions, you may consider blocking this person and/or reporting abuse
Mostly due to this: security.stackexchange.com/questio...
Please leave a comment on any thoughts you may have regarding using
bcryptas a separate package instead of a built-in functionality.