2018年11月8日

摘要: 看看 tracker.c文件 http_encode() 为http发送进行编码转换 1 int http_encode(unsigned char *in,int len1,char *out,int len2) 2 { 3 int i, j; 4 char hex_table[16] = "01 阅读全文
posted @ 2018-11-08 14:44 itdef 阅读(395) 评论(0) 推荐(0)
摘要: 原来指望sha1 这种烂大街的算法 不会出什么幺蛾子 结果《linux C编程实战Code》bt章节的sha1 代码 我在linux和windows下的结果不一样 然后用了哈希工具查看了下 发现结果也不一样。 windows和linux自带工具是一致的,但是和《linux C编程实战Code》的代码 阅读全文
posted @ 2018-11-08 10:32 itdef 阅读(1558) 评论(0) 推荐(0)

导航