共同加密 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 许可下发布。
共同加密 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 许可下发布。
暂无评论