@emartech/easy-crypto
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -35,3 +35,3 @@ { | ||
"co-mocha": "1.1.2", | ||
"mocha": "2.4.5", | ||
"mocha": "2.5.3", | ||
"semantic-release": "4.3.5", | ||
@@ -41,3 +41,3 @@ "sinon": "1.17.4", | ||
}, | ||
"version": "1.1.2" | ||
"version": "1.2.0" | ||
} |
@@ -23,3 +23,3 @@ # node-easy-crypto [ ![Codeship Status for emartech/node-easy-crypto](https://codeship.com/projects/0baf8660-f4ea-0133-b502-5ef57cbd419a/status?branch=master)](https://codeship.com/projects/150193) [![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) | ||
### Initialization | ||
There aren't too many options you can change and that's on purpose. This small wrapper library is secure by default. You can change two configurations: `passwordSaltSize`, `iterationCount` by passing them to the initialization function as follows: | ||
There aren't too many options you can change and that is on purpose. This small wrapper library is secure by default. You can change two configurations: `passwordSaltSize`, `iterationCount` by passing them to the initialization function as follows: | ||
```js | ||
@@ -26,0 +26,0 @@ let ecrypto = require('easy-crypto')(12, 10000); // parameters are in order: passwordSaltSize, iterationCount |
16051