2015年3月27日
摘要: SHA1加密:string[] ArrTmp = { Token, timestamp, nonce };Array.Sort(ArrTmp);//字典排序string tmpStr = string.Join("", ArrTmp);HashAlgorithm sha1 = System.Secu... 阅读全文
posted @ 2015-03-27 10:37 Nichk 阅读(197) 评论(0) 推荐(0)