OpenWGA 7.9 - TMLScript reference
WGAMethod :
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 |
|