Subscribe to the Non-Human & AI Identity Journal

Cryptographic Baseline

The minimum accepted strength and configuration for encryption, key exchange, and certificate use across an environment. A cryptographic baseline defines what is allowed in production so teams can measure drift, retire legacy settings, and keep trust decisions aligned with current attack economics.

Expanded Definition

A cryptographic baseline is the organisation-approved minimum for encryption, key exchange, hashing, and certificate handling across production systems. It defines which algorithms, key lengths, protocols, and certificate lifecycles are acceptable, so teams can detect drift before weak settings become an exposure. In NHI environments, the baseline matters because service accounts, workloads, API clients, and automation tools often depend on machine-to-machine trust rather than human login flows.

Definitions vary across vendors on how prescriptive a baseline should be. Some teams treat it as a policy standard, while others use it as an operational control set tied to platform hardening. The practical goal is consistent trust decisions: the same cryptographic requirements should apply to every token issuer, certificate chain, and encrypted channel, whether the workload runs in cloud, on-premises, or across federated systems. The NIST NIST Cybersecurity Framework 2.0 reinforces the need for repeatable protection outcomes, but it does not by itself define a single cryptographic floor for every environment.

The most common misapplication is treating the baseline as a one-time hardening checklist, which occurs when teams update only initial build images and ignore runtime certificate expiry, deprecated cipher suites, and inherited defaults.

Examples and Use Cases

Implementing a cryptographic baseline rigorously often introduces compatibility constraints, requiring organisations to weigh stronger trust requirements against the cost of upgrading legacy clients, brokers, and embedded systems.

  • Mandating TLS 1.2 or higher for all API traffic so NHI-to-NHI communication cannot fall back to legacy protocols during retries or failover.
  • Requiring approved certificate authorities, certificate lifetimes, and rotation intervals for workload identities that authenticate through mTLS.
  • Standardising approved key sizes and algorithms for signing tokens used by service accounts, CI/CD agents, and cloud automation pipelines.
  • Blocking production deployments that still depend on obsolete ciphers or self-signed certificates outside explicitly approved test zones.
  • Comparing observed runtime settings against the baseline to identify drift in secrets stores, ingress controllers, and service meshes, a use case closely tied to the visibility guidance in Ultimate Guide to NHIs.

For identity federation and workload trust, many teams also anchor their baseline to external implementation guidance such as SPIFFE-style workload identity patterns and NIST-aligned security expectations, even when local platform requirements are stricter.

Why It Matters in NHI Security

Cryptographic weakness is rarely the first thing that goes wrong, but it often becomes the thing that makes every other NHI failure worse. If a service account token is stolen, weak signing or permissive certificate handling can extend the attacker’s reach across environments, while outdated encryption settings can conceal drift until an audit or incident response effort finally surfaces it. NHIMG research shows that Ultimate Guide to NHIs reports 79% of organisations have experienced secrets leaks, and 77% of those incidents caused tangible damage. That pattern makes cryptographic baseline discipline more than a compliance issue; it is a containment issue.

A strong baseline supports secure rotation, certificate validation, and trust revocation across machine identities that may outnumber human identities by 25x to 50x. Without it, teams cannot reliably distinguish an acceptable downgrade from a malicious one, especially when environments inherit defaults from platforms, libraries, or third-party integrations. The baseline also aligns with broader governance expectations in the NIST Cybersecurity Framework 2.0, which emphasizes consistent risk management outcomes across systems.

Organisations typically encounter the operational necessity of a cryptographic baseline only after a certificate outage, a failed key rotation, or a post-breach review, at which point the baseline becomes unavoidable to restore trustworthy machine communication.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Covers secret and credential handling where cryptographic trust settings affect NHI security.
NIST CSF 2.0 PR.DS Addresses protection of data in transit and at rest through controlled cryptographic practices.
NIST Zero Trust (SP 800-207) SC-12 Zero Trust depends on strong cryptographic trust anchors for continuous verification.

Standardise minimum encryption and certificate requirements across production systems and audit drift regularly.