EncryptStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

EncryptStr


 

Encrypt a string.

 


syntax

EncryptStr (

         key,

         str

         [, bUniquePc = F]

         )

 


Parameters

 

key

 

Type:

character

 

Specify the encryption key. You can specify any characters for the key. Please specify characters that cannot be guessed.

 

str

 

Type:

character

 

The string to encrypt.

 

bUniquePc

 

Type:

Boolean

 

Specifying TRUE will allow encryption to be restored only on the PC that performed the encryption.

 

Return Value

 

 

Type:

character

 

The encrypted string, or an empty string on failure.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference