OpenWGA 7.10 - TMLScript reference

WGA
Method :

encryptString(text)

On object WGA
Usage Encrypts the given text
Description

Encryption is based on the key file "openwga.key" created on each OpenWGA server during setup.

Encrypted text can therefore only decrypted on the same server. If you want to decrypt on a different server you have to ensure both server use the same openwga.key file.

Parameters

text (String)

- the text to encrypt

Return value The encrypted text
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events