兔八哥极品软件园    运行: 4515天 | 文章:640 篇 | 评论:592 条 | 碎语:1条

.NET自带类完美计算MD5

作者:admin 发布于:2012-8-14 8:23 Tuesday 分类:.NET

using System;
using System.Collections.Generic;
using System.Text;

using System.Security.Cryptography;
using System.IO;

namespace RabbitExt
{
    public class Md5Ext
    {
        private static MD5 md5 = new MD5CryptoServiceProvider();

        public Md5Ext()
        {
        }

        private static string MD5ByteToStr(byte[] b)
        {
  ...

阅读全文>>

标签: MD5

评论(0) 引用(350) 浏览(61736)


Powered by 兔八哥极品软件 苏ICP备12049267号 sitemap