mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> SecurityInfo >> DES_EncryptString

SecurityInfo.DES_EncryptString Method



Encrypt a string, given the string.


Namespace: SobekCM.Tools
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public static string DES_EncryptString(
	string Source,
	string Key,
	string Iv
)

Parameters

Source
Type: System..::..String
String to encrypt
Key
Type: System..::..String
Key for the encryption
Iv
Type: System..::..String
Initialization Vector for the encryption

Return Value

Type: String
The encrypted string

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )