Skip to content

Commit 6a2e506

Browse files
authored
Fix mentions about default algorithms in readme (#36)
1 parent faea065 commit 6a2e506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem install jwe
1212
```
1313
## Usage
1414

15-
This example uses the default alg and enc methods (RSA-OAEP and A128CBC-HS256). It requires an RSA key.
15+
This example uses the default alg and enc methods (RSA-OAEP and A128GCM). It requires an RSA key.
1616

1717
```ruby
1818
require 'jwe'
@@ -113,10 +113,10 @@ Key management:
113113
* ~~PBES2-HS512+A256KW~~
114114

115115
Encryption:
116-
* A128CBC-HS256 (default)
116+
* A128CBC-HS256
117117
* A192CBC-HS384
118118
* A256CBC-HS512
119-
* A128GCM
119+
* A128GCM (default)
120120
* A192GCM
121121
* A256GCM
122122

0 commit comments

Comments
 (0)