C# 클래스 System.EncryptHelper

加密辅助类,该类里面皆为string的拓展方法
FileName: EncryptHelper.cs CLRVersion: 4.0.30319.18444 Author: Devin DateTime: 2016/1/15 17:36:59 GitHub: https://github.com/v5bep7/Utility
파일 보기 프로젝트 열기: v5bep7/Utility

공개 메소드들

메소드 설명
ClearUp ( string str ) : string

反混淆字符串

DecryptStr ( this str, string key = "s?]8!sj;d" ) : string

解密字符串

Encrypt ( this str, string key = "h%12D;](6" ) : string

基于MD5和秘钥的加密算法

EncryptStr ( this str, string key = "s?]8!sj;d" ) : string

加密(可逆,不固定)

Md5Encrypt ( this str ) : string

MD5加密

MixUp ( string str ) : string

混淆字符串

메소드 상세

ClearUp() 공개 정적인 메소드

反混淆字符串
public static ClearUp ( string str ) : string
str string this
리턴 string

DecryptStr() 공개 정적인 메소드

解密字符串
public static DecryptStr ( this str, string key = "s?]8!sj;d" ) : string
str this this
key string 秘钥
리턴 string

Encrypt() 공개 정적인 메소드

基于MD5和秘钥的加密算法
public static Encrypt ( this str, string key = "h%12D;](6" ) : string
str this this
key string 秘钥
리턴 string

EncryptStr() 공개 정적인 메소드

加密(可逆,不固定)
public static EncryptStr ( this str, string key = "s?]8!sj;d" ) : string
str this this
key string 秘钥
리턴 string

Md5Encrypt() 공개 정적인 메소드

MD5加密
public static Md5Encrypt ( this str ) : string
str this this
리턴 string

MixUp() 공개 정적인 메소드

混淆字符串
public static MixUp ( string str ) : string
str string this
리턴 string