co cryptoThunkified加密模块
共同加密Thunkified加密模块。安装$ npm install co-crypto --save。
用法:
var crypto = require('crypto');
var bytes = yield crypto.randomBytes(20);
var hash = crypto.createHash('md5').update('hello').digest('hex');
执照在MIT许可下发布。
下载地址
用户评论