Skip to content

Commit c562e57

Browse files
authored
Update c2-crypto.md
1 parent 1d3989a commit c562e57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎v4/en/c2-crypto.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ Web servers can instruct web browsers to uphold minimal transport-level security
8888
- Content-Security-Policy allows for automatic client-side upgrade from HTTP to HTTPS.
8989
- When setting cookies, always utilize the “secure” flag to prevent transmission over HTTP.
9090

91-
### Cryptography changes over Time
91+
### Support Cryptographic Agility: Cryptography changes over Time
9292

93-
Cryptographic recommendations change over time. To allow for this, make cryptographic choices such as used algorithms or key sizes configurable. If the application needs to support high availability, design key-rollover procedures.
93+
Cryptographic recommendations change over time. To allow for this, make cryptographic choices such as used algorithms or key sizes configurable. This is called [Cryptographic Agility](https://en.wikipedia.org/wiki/Cryptographic_agility)
94+
95+
If the application needs to support high availability, design key-rollover procedures.
9496

9597
## Vulnerabilities Prevented
9698

0 commit comments

Comments
 (0)