Encryption Library Objects

Function / Event

Return Value

Description

Syntax

Encryption

Encrypt

Text Uses session-generated key to encrypt plain text. Encrypt <Plain Text>

Encrypt with Key

Text

Uses key supplied by user to encrypt plain text.

Note: The key given by user must have a minimum of six characters.

Encrypt < Plain Text> with <Key>

Decrypt

Text Uses session-generated key to decrypt text that was previously encrypted. Decrypt must be used during the same session in which Encrypt was used. Decrypt <Decrypted text>
Decrypt with Key Text

Uses key supplied by user to decrypt text that was previously encrypted.

Note: The key given by user must have a minimum of six characters.

Decrypt <Decrypted text> with <Key>