求教一下 node 0.10.4 md5要怎么用呢? 貌似不能直接写md5了?
如题
4 回复
example:
crypto.createHash('md5').update(str).digest('hex')
很好奇,请问楼主node 0.10.4之前是怎么直接写md5的?求指导
按照github上cnodejs的源码 直接调用的md5(str)啊.
3Q 我去试试!
如题
example:
crypto.createHash('md5').update(str).digest('hex')
很好奇,请问楼主node 0.10.4之前是怎么直接写md5的?求指导
按照github上cnodejs的源码 直接调用的md5(str)啊.
3Q 我去试试!