Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

EncryptSettingsString Function

Overview

The EncryptSettingsString function encrypts a string for use as a setting within the application.

Syntax/Parameters

Syntax

string = EncryptSettingsString ( string data );

Parameters

data

A string to encrypt.

Return Value

Returns a string containing a base-64 version of the encrypted data or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The EncryptSettingsString function can be used to add encrypted data to the application.

This function abides by the Secure Memory Model.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic