Property | Type | Description |
---|
Method | Description | |
---|---|---|
CrypfString ( string source, string key = "" ) : string |
Md5s base64 string.
|
|
Decrypt ( byte encryptedBytes, byte Key, byte IV ) : byte[] | ||
Encrypt ( byte PlainBytes, byte Key, byte IV ) : byte[] | ||
Md5Bytes ( byte inputs ) : string |
byte[] md5加密
|
|
Md5BytesTo32 ( byte inputs ) : string |
byte[] md5加密
|
|
Md5String ( string source ) : string |
string md5加密
|
public static CrypfString ( string source, string key = "" ) : string | ||
source | string | /// Source. /// |
key | string | |
return | string |
public static Decrypt ( byte encryptedBytes, byte Key, byte IV ) : byte[] | ||
encryptedBytes | byte | |
Key | byte | |
IV | byte | |
return | byte[] |
public static Encrypt ( byte PlainBytes, byte Key, byte IV ) : byte[] | ||
PlainBytes | byte | |
Key | byte | |
IV | byte | |
return | byte[] |
public static Md5Bytes ( byte inputs ) : string | ||
inputs | byte | |
return | string |
public static Md5BytesTo32 ( byte inputs ) : string | ||
inputs | byte | |
return | string |
public static Md5String ( string source ) : string | ||
source | string | |
return | string |