You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ The encryption algorithm is determined by the `enc` parameter in the JWE header.
186
186
187
187
**GCM vs CBC-HMAC:**
188
188
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.
190
190
-**AES-CBC-HMAC:** Provides encryption via CBC mode and authentication via HMAC. Requires two separate operations and proper HMAC verification configuration.
0 commit comments