glide.security.3des.static_keys_usable
ServiceNow property description:
Property that allows or disallows the use of static 3DES keys.
Attributes
- Sys ID: 2b7ea344ff102210f25fffffffffffc3
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property glide.security.3des.static_keys_usable controls whether static Triple DES (3DES) encryption keys can be used in the instance. By default, the value is set to true, which permits the use of static 3DES keys for legacy compatibility. Setting the property to false disables these keys, thereby enforcing stronger security standards and preventing reliance on outdated encryption. Administrators configure this property in contexts where compliance, data protection, or cryptographic strength are critical, since 3DES is considered weak by modern standards. Changing it to false may impact integrations or custom scripts that still depend on static 3DES keys, so the adjustment should be evaluated in change management planning. This property is relevant to security hardening and reducing cryptographic vulnerabilities.
Source