Click or drag to resize

CryptRaw Function

X#
Encrypt or decrypt a string handling its characters as single bytes (high order byte is ignored)

Namespace:  XSharp.VO
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 FUNCTION CryptRaw(
	cSource AS STRING,
	cKey AS STRING
) AS STRING
Request Example View Source

Parameters

cSource
Type: String
Text that must be encrypted
cKey
Type: String
Key to use for the encryption

Return Value

Type: String
Encrypted text. This has the same length as the original text
See Also