Skip to content

Commit 9a6a3f8

Browse files
Fix formatting in README for AES-GCM description
1 parent ad2b119 commit 9a6a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The encryption algorithm is determined by the `enc` parameter in the JWE header.
186186

187187
**GCM vs CBC-HMAC:**
188188

189-
- **AES-GCM (Recommended):** Provides both encryption and authentication in a single operation. Default choice for new implementations.
189+
- **AES-GCM:** Provides both encryption and authentication in a single operation. Default choice for new implementations.
190190
- **AES-CBC-HMAC:** Provides encryption via CBC mode and authentication via HMAC. Requires two separate operations and proper HMAC verification configuration.
191191

192192
###### Configuring CBC-HMAC Verification

0 commit comments

Comments
 (0)