0.0.1 • Published 9 years ago

ezcrypt v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

#Installation

npm install --save ezcrypt

#Run tests

npm test

#Usage

var c = require('ezcrypt')({
  password: 'USE_A_SECURE_ONE'
});

var encrypted = c.encrypt('test');
var decrypted = c.decrypt(value);
0.0.1

9 years ago