Scripting > UNICOM Intelligence Function Library > Miscellaneous functions > Decrypt
 
Decrypt
Decrypt a string. See also Encrypt.
Syntax
Decrypt(Value, Key) As String
Parameters
Value
Type: String
The encrypted string that needs to be decrypted.
Key
Type: String
The original key that was used to encrypt the value.
(return)
Type: String
Returns the string value after it has been decrypted by using the specified key.
If an authentication tag was requested when the value was encrypted, the Value is validated before decryption.
See also
Encrypt
Miscellaneous functions