摘要: public class CipherHelper { /// /// Hash 加密采用的算法 /// public enum HashFormat { MD516, MD532, SHA1, SHA... 阅读全文
posted @ 2018-08-24 11:00 sohaihr 阅读(122) 评论(0) 推荐(0) 编辑
摘要: public class PCommon { #region 其他处理信息方法 /// /// 隐藏手机号中间4位 /// /// /// public static string hidContract(string mobile) { ... 阅读全文
posted @ 2018-08-24 10:57 sohaihr 阅读(656) 评论(0) 推荐(0) 编辑