credential icon indicating copy to clipboard operation
credential copied to clipboard

Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.

Results 6 credential issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=mout&from_version=0.11.1&to_version=1.2.3&pr_id=46149132-9c3a-4c4b-b3de-4c6eddd37f56&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

`createSalt` generates `keyLength` bytes and then transform it in a base64 string. This string is passed to `pbkdf2` as salt, but pbkdf2 treats strings as utf8, so the given salt...

Default settings of PBKDF2-SHA1 with output length of 66 bytes is bad. The way PBKDF2 works the defender is doing 4 times more work than an attacker. There should be...

Hi there ! I hope I'm not putting this message at the wrong place. I'm working in a team and our project is using your package `"credential": "^2.0.0"` I was...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=mout&from_version=0.11.1&to_version=1.2.4&pr_id=a33ceee0-f504-4fc7-90e0-8fdb464d2564&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...