node-password-hash icon indicating copy to clipboard operation
node-password-hash copied to clipboard

Please mark as deprecated with npm deprecate

Open toddself opened this issue 10 years ago • 1 comments

Just auditing our software and see that we're using this library. If you mark is a deprecated in NPM users will receive a deprecation error when installing. (It will still install though)

https://docs.npmjs.com/cli/deprecate

toddself avatar Mar 15 '16 20:03 toddself

Agree. This still shows up as #1 result when googling 'hash password nodejs'.

Using SHA1 as default hash for password is not good practice.

toastedcornflakes avatar Aug 13 '16 20:08 toastedcornflakes