From cca75c799eeb14e02aa39bae9a5fcc64db8e2d3e Mon Sep 17 00:00:00 2001 From: Adil El Farissi <144741970+AdilElFarissi@users.noreply.github.com> Date: Sat, 6 Jul 2024 19:24:50 +0000 Subject: [PATCH] Update ScriptSyntax.xml --- bin/ScriptSyntax.xml | 47 ++++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/bin/ScriptSyntax.xml b/bin/ScriptSyntax.xml index c542997fd7..0c33b1d99d 100644 --- a/bin/ScriptSyntax.xml +++ b/bin/ScriptSyntax.xml @@ -6783,25 +6783,6 @@ volumetypefloat - osAESEncrypt - - returnstring - arguments - secrettypestring - plainTexttypestring - - tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. - - osAESEncryptTo - - returnstring - arguments - secrettypestring - plainTexttypestring - ivStringtypestring - - tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. - osAESDecrypt returnstring @@ -6821,6 +6802,25 @@ tooltipDecrypt an encrypted text using osAESEncryptTo() and the same Key (secret) and Initialization Vector (ivString) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. + osAESEncrypt + + returnstring + arguments + secrettypestring + plainTexttypestring + + tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. + + osAESEncryptTo + + returnstring + arguments + secrettypestring + plainTexttypestring + ivStringtypestring + + tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. + osAgentSaveAppearance returnkey @@ -7414,15 +7414,6 @@ tooltipReturns a string that is the description of inventory item with id "itemName_or_itemId" if that parameter is a valid key or with that name if not.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. - osGetLinkInventoryDesc - - returnstring - arguments - linkNumbertypeinteger - itemNameOrIdtypestring - - tooltipReturn the description of an item located in a linked prim inventory or an empty string if the item is not found.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. - osGetInventoryItemKey returnkey