标签:http fan ref detail targe span 加密 creat cookie
1. sha1算法
cookie-parse中对cookie值加密,如:
//对string进行sha1算法 function sha1(str){ return crypto.createHash(‘sha1‘).update(str).digest(‘hex‘); }
可以参考博客:http://blog.csdn.net/liangklfang/article/details/51072424
标签:http fan ref detail targe span 加密 creat cookie
原文地址:http://www.cnblogs.com/liuyinlei/p/7623431.html