摘要: 介绍一种使用md5计算hash值的方法。 下面的代码分别计算两个文件的散列值并比较两个文件是否相同。 using System; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; using System.IO; static bool fileCo... 阅读全文
posted @ 2008-02-29 22:19 magicdlf 阅读(1053) 评论(0) 推荐(0)