Property reference

glide.kmf.ephemeral_key.key_padding

The glide.kmf.ephemeral_key.key_padding property defines the key padding scheme used for ephemeral key pairs. Admins should review this setting to ensure it aligns with security requirements and cryptographic standards in their environment.

Default: OAEPWithSHA256AndMGF1Padding Type: string Application: ServiceNow Key Management Framework

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies the padding scheme for ephemeral key pairs, impacting the security and performance of cryptographic operations.
What area does it affect? Key Management Framework
What does the default mean? The default value is "OAEPWithSHA256AndMGF1Padding", which is the baseline setting used unless it is changed.
When should you review it? Review this property when updating cryptographic standards or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.kmf.ephemeral_key.key_padding
Sys ID c0eaa256c73000109d59fa49f4c2601e
Type string
Application ServiceNow Key Management Framework
Default value OAEPWithSHA256AndMGF1Padding
Description the key padding scheme of ephemeral key pair
Updated 2024-05-25 04:28:28

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... can use system properties on your instance to define key padding, ephemeral key pair size, and a key validity period for this ephemeral public key. System Property Description Default value glide.kmf.ephemeral_key.key_padding Key padding scheme for the ephemeral key. OAEPWithSHA256AndMGF1Padding OAEP SHA256, but SHA1 is supported. glide.kmf.ephemeral.key_size Key size of the ephemeral key pair. 4096 4096 bits, but 2048 bits are also ...