@emartech/easy-crypto
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -25,3 +25,3 @@ # node-easy-crypto [ ![Codeship Status for emartech/node-easy-crypto](https://codeship.com/projects/7d506d70-f446-0133-ee01-62576cc16050/status?branch=master)](https://codeship.com/projects/150039) [![Depedencies](https://david-dm.org/emartech/node-easy-crypto.svg)](https://david-dm.org/emartech/node-easy-crypto) [![Dev depedencies](https://david-dm.org/emartech/node-easy-crypto/dev-status.svg)](https://david-dm.org/emartech/node-easy-crypto#info=devDependencies&view=table) | ||
```js | ||
let ecrypto = require('easy-crypto')(12, 10000); // parameters are in order: passwordSaltSize, iterationCount | ||
let ecrypto = require('easy-crypto')(12, 10000); // parameters are in order: passwordSaltSize, iterationCount | ||
``` | ||
@@ -28,0 +28,0 @@ |
16020