Click or drag to resize
EncryptionHelperEncryptData Method
Encrypts data using symetric cryptography. Data can by decrypted by calling DecryptPassword method. If empty string is on input method returns it.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string EncryptData(
	string data
)

Parameters

data
Type: SystemString
Data to encrypt.

Return Value

Type: String
See Also