We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a210f1 commit 7684e07Copy full SHA for 7684e07
1 file changed
README.md
@@ -12,7 +12,7 @@ gem install jwe
12
```
13
## Usage
14
15
-This example uses the default alg and enc methods (RSA-OAEP and A128CBC-HS256). It requires an RSA key.
+This example uses the default alg and enc methods (RSA-OAEP and A128GCM). It requires an RSA key.
16
17
```ruby
18
require 'jwe'
@@ -113,10 +113,10 @@ Key management:
113
* ~~PBES2-HS512+A256KW~~
114
115
Encryption:
116
-* A128CBC-HS256 (default)
+* A128CBC-HS256
117
* A192CBC-HS384
118
* A256CBC-HS512
119
-* A128GCM
+* A128GCM (default)
120
* A192GCM
121
* A256GCM
122
0 commit comments