Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "scrypt", | ||
"description": "The scrypt crypto library for NodeJS", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "scrypt", |
@@ -17,3 +17,3 @@ #Scrypt For NodeJS | ||
* The password must not be stored in plaintext. (Therefore it is hashed). | ||
* The password hash must be salted. (Making rainbow table attack is very difficult to pull off). | ||
* The password hash must be salted. (Making a rainbow table attack very difficult to pull off). | ||
* The salted hash function must not be fast. (If someone does get hold of the salted hashes, their only option will be brute force which will be very slow). | ||
@@ -98,3 +98,3 @@ | ||
#Installation Instructions | ||
As of now (Dec 2012), this library has been tested and works on Linux (Ubuntu to be exact). | ||
This library has been tested and works on Linux (Ubuntu to be exact) and Mac OS (thanks to [Kelvin Wong](https://github.com/kelvinwong-ca)). | ||
##From NPM | ||
@@ -101,0 +101,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
202698