摘要: using System; using System.Text; using System.Security.Cryptography; namespace DotNet.Utilities { /// /// RSA加密解密及RSA签名和验证 /// public class RSACryption { pu... 阅读全文
posted @ 2016-05-08 07:18 Null98 阅读(413) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.Web; using System.Web.UI.WebControls; using System.Text.RegularExpressions; namespace DotNet.Utilities { public class PageValidate { pri... 阅读全文
posted @ 2016-05-08 06:37 Null98 阅读(650) 评论(0) 推荐(0) 编辑