1.0.2 • Published 9 years ago

ft-encryption v1.0.2

Weekly downloads
24
License
MIT
Repository
-
Last release
9 years ago

Ft-Encryption

a handy wrapper around node's crypto service

usage

 const Encryption = require('ft-encryption');
 let encryption = new Encryption('aes192', 'secret');

 let str = encryption.encrypt({key: 'value'});
 let obj = encryption.decrypt(str); // {key: 'value'}

supports all algorythms, tha node's crypto supports

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago