We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fc88a commit a42ee03Copy full SHA for a42ee03
encrypt.js
@@ -27,6 +27,11 @@ const method_supported = {
27
'aes-128-cfb': [16, 16],
28
'aes-192-cfb': [24, 16],
29
'aes-256-cfb': [32, 16],
30
+
31
+ 'aes-128-gcm': [16, 16],
32
+ 'aes-192-gcm': [24, 16],
33
+ 'aes-256-gcm': [32, 16],
34
35
'camellia-128-cfb': [16, 16],
36
'camellia-192-cfb': [24, 16],
37
'camellia-256-cfb': [32, 16],
0 commit comments