|
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.
|
Explanation
Encrypts a string. If you do not want the encryption key written in the script to be accessible from outside, encrypt the browser file (xml) itself.
|
Supported
reference
EncryptFile
DecryptFile
EncryptStr
DecryptStr
|