seneca-crypt
v0.0.2
Published
simple wrapper over crypto implemented as seneca plugin
Downloads
6
Readme
seneca-crypt - a seneca plugin
This plugin is a simple wrapper over crypto used by Seneca toolkit.
For a gentle introduction to Seneca itself, see the senecajs.org site.
Install
npm install seneca-crypt
Using Seneca Crypt
..........
seneca.use('auth')
seneca.use('seneca-crypt', options)
..........