OpenWGA 7.9 - TMLScript reference
WGAMethod :
decryptString(text)
On object | WGA |
Usage | Decrypts the given secret text encrypted with encryptString(). |
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 decrypt |
Return value | The decrypted text |
Allowed in script types |
|