diff --git a/bin/ScriptSyntax.xml b/bin/ScriptSyntax.xml index e5963baebe..c542997fd7 100644 --- a/bin/ScriptSyntax.xml +++ b/bin/ScriptSyntax.xml @@ -6783,6 +6783,44 @@ 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 + arguments + secrettypestring + encryptedTexttypestring + + tooltipDecrypt an encrypted text using osAESEncrypt() and the same Key (secret) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. + + osAESDecryptFrom + + returnstring + arguments + secrettypestring + encryptedTexttypestring + ivStringtypestring + + 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. + osAgentSaveAppearance returnkey @@ -6811,16 +6849,6 @@ osApproxEquals - - returninteger - arguments - ratyperotation - rbtyperotation - margintypefloat - - tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. - - osApproxEquals returninteger arguments @@ -6831,11 +6859,31 @@ tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. osApproxEquals + + returninteger + arguments + ratyperotation + rbtyperotation + margintypefloat + + tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. + + osApproxEquals + + returninteger + arguments + ratyperotation + rbtyperotation + + tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. + + osApproxEquals returninteger arguments vatypevector vbtypevector + margintypefloat tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. @@ -6854,16 +6902,6 @@ arguments vatypevector vbtypevector - margintypefloat - - tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. - - osApproxEquals - - returninteger - arguments - ratyperotation - rbtyperotation tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds. @@ -9078,43 +9116,5 @@ arguments tooltipGets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind").\n- Threat Level: None.\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. - - osAESDecrypt - - returnstring - arguments - secrettypestring - encryptedTexttypestring - - tooltipDecrypt an encrypted text using osAESEncrypt() and the same Key (secret) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds. - - osAESDecryptFrom - - returnstring - arguments - secrettypestring - encryptedTexttypestring - ivStringtypestring - - 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. - \ No newline at end of file