EncrypterEncryptDES Method (String, Byte, Byte, CiphertextFormat) |
加密-DES方式
Namespace: X3Platform.SecurityAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string EncryptDES(
string text,
byte[] rgbKey,
byte[] rgbIV,
CiphertextFormat format
)
public:
static String^ EncryptDES(
String^ text,
array<unsigned char>^ rgbKey,
array<unsigned char>^ rgbIV,
CiphertextFormat format
)
Parameters
- text
- Type: SystemString
文本 - rgbKey
- Type: SystemByte
加密的Key - rgbIV
- Type: SystemByte
初始化向量 - format
- Type: X3Platform.SecurityCiphertextFormat
[Missing <param name="format"/> documentation for "M:X3Platform.Security.Encrypter.EncryptDES(System.String,System.Byte[],System.Byte[],X3Platform.Security.CiphertextFormat)"]
Return Value
Type:
String加密后的文本
See Also