Skip to content

Commit b87d052

Browse files
authored
Update about-secrets.md
1 parent 255980d commit b87d052

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/key-vault/secrets/about-secrets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Key Vault also supports a contentType field for secrets. Clients may specify the
2424

2525
## Encryption
2626

27-
All secrets in your Key Vault are stored encrypted. Key Vault encrypts secrets at rest with a hierarchy of encryption keys, with all keys in that hierarchy are protected by modules that are FIPS 140-2 compliant. This encryption is transparent, and requires no action from the user. The Azure Key Vault service encrypts your secrets when you add them, and decrypts them automatically when you read them. The encryption leaf key is unique to each key vault.
27+
All secrets in your Key Vault are stored encrypted. Key Vault encrypts secrets at rest with a hierarchy of encryption keys, with all keys in that hierarchy are protected by modules that are FIPS 140-2 compliant. This encryption is transparent, and requires no action from the user. The Azure Key Vault service encrypts your secrets when you add them, and decrypts them automatically when you read them.
2828

29-
The root of key key hierarchy protection level per region:
30-
- China: protected by a module that is validated for FIPS 140-2 Level 1.
31-
- Other regions: protected by a module that is validated for FIPS 140-2 Level 2 or higher.
29+
The encryption leaf key of the key hierarchy is unique to each key vault. The encryption root key of the key hierarchy is unique to the security world, and its protection level varies between regions:
30+
- China: root key is protected by a module that is validated for FIPS 140-2 Level 1.
31+
- Other regions: root key is protected by a module that is validated for FIPS 140-2 Level 2 or higher.
3232

3333
## Secret attributes
3434

0 commit comments

Comments
 (0)