From CISO Marketplace — the hub for security professionals Visit

Crypto-Agility

Cryptography

Definition

The architectural capability of a system or protocol to seamlessly swap cryptographic algorithms — key exchange, signatures, symmetric ciphers — without major redesign, enabling rapid response to algorithm weaknesses or quantum threats.

Technical Details

Crypto-agility is a design principle rather than a specific technology, requiring: algorithm abstraction layers, negotiable cipher suites, key management systems that support multiple algorithm families, and certificate infrastructure that can issue hybrid or algorithm-agnostic certificates. Systems lacking crypto-agility (hardcoded algorithm choices) require expensive redesigns when algorithm deprecations occur, as seen with SHA-1 and RSA-1024 migrations.

Practical Usage

Security architects should audit systems for hardcoded cryptographic primitives and design abstraction layers that allow algorithm substitution. The post-quantum migration makes crypto-agility critical: organizations with agile systems can transition to CRYSTALS-Kyber/Dilithium incrementally, while hardcoded systems require full rewrites.

Examples

Related Terms

Post-Quantum Cryptography CRYSTALS-Kyber CRYSTALS-Dilithium Harvest Now Decrypt Later Key Management
← Back to Glossary