Comparing version 5.1.0-0 to 5.1.0
{ | ||
"name": "scrypt", | ||
"description": "The scrypt crypto library for NodeJS", | ||
"version": "5.1.0-0", | ||
"version": "5.1.0", | ||
"license": "zlib", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -6,4 +6,4 @@ # Scrypt For Node | ||
Scrypt for Node/IO is a native node/io C++ wrapper for Colin Percival's [scrypt](http://www.tarsnap.com/scrypt.html) | ||
cryptographic hash utility. | ||
Scrypt for Node/IO is a native node/io C++ wrapper for Colin Percival's | ||
[scrypt](https://www.tarsnap.com/scrypt.html) cryptographic hash utility. | ||
@@ -109,4 +109,5 @@ As should be the case with any security tool, this library should be scrutinized | ||
Produces a key derivation function that uses the scrypt hash function. This | ||
should be used for hashing and checking passwords (see (using scrypt passwords)[#using-scrypt-with-passwords] for reasons why). | ||
It was designed by Colin Percival, the author of scrypt. The format | ||
should be used for hashing and checking passwords as it incorporates salt as well | ||
as [HMAC](https://en.wikipedia.org/wiki/Hash-based_message_authentication_code) into | ||
its format. It is based on a design by Colin Percival, the author of scrypt. The format | ||
can be seen [here](http://security.stackexchange.com/questions/88678/why-does-node-js-scrypt-function-use-hmac-this-way/91050#91050). | ||
@@ -113,0 +114,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2106265
1
409