摘要: 前阵子弄了个小软件 文件 MD5 HASH CRC32查看器第一次发 不太会弄 o(︶︿︶)o 唉!不多说 直接上图下面是一些获取方法 1 //获取md5 2 publicstring getmd5(string path) 3 { 4 FileStream get_file =new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read); 5 System.Security.Cryptography.MD5CryptoServiceProvider ge... 阅读全文
posted @ 2011-08-12 15:38 wy811007 阅读(1077) 评论(0) 推荐(0) 编辑

Powered by: 博客园 Copyright © wy811007