摘要: using System; using System.Security.Cryptography; using System.Text; namespace DimoNetwork.Common.DEncrypt { public enum MD5ResultMode : byte { Strong = 0, Weak = 1 } ... 阅读全文
posted @ 2018-04-20 10:52 兰博丶专属 阅读(506) 评论(0) 推荐(1)