摘要:
用MD5进行密码的加密。写一个类用来存放MD5算法。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespa... 阅读全文
摘要:
新建一个.cs文件用来写生成图形验证码的方法,返回一个MemoryStream的参数。在Default.aspx中接收输出就可以了。1.下面是.cs的代码using System;using System.Collections.Generic;using System.Linq;using Sys... 阅读全文