Crypt Object

Description

The object used to encrypt strings.

Methods

Method EncryptEncrypts a string.

Back to top

Encrypt Method

Description

Encrypts a string.

Syntax

Crypt.Encrypt(Data)

Argument

Type

Description

Data

String

The string to encrypt.

Return Value

String

IMPORTANT

The Encrypt method does not use a global standard for encryption. It is not considered nor intended to be secure.

Its purpose is only to ensure that passwords will not be readily visible on the screen while recording, editing, or running a test or component.

If you are using real customer data or other sensitive information, you should take additional steps to ensure the security of that data.

Back to top

See also: