@@ -1334,8 +1334,9 @@ cipher in CCM mode is used (e.g. `'aes-128-ccm'`). In that case, the
1334
1334
authentication tag in bytes, see [ CCM mode] [ ] .
1335
1335
1336
1336
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1337
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1338
- available cipher algorithms.
1337
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1338
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1339
+ display the available cipher algorithms.
1339
1340
1340
1341
The ` password ` is used to derive the cipher key and initialization vector (IV).
1341
1342
The value must be either a ` 'latin1' ` encoded string, a [ ` Buffer ` ] [ ] , a
@@ -1381,8 +1382,9 @@ cipher in CCM mode is used (e.g. `'aes-128-ccm'`). In that case, the
1381
1382
authentication tag in bytes, see [ CCM mode] [ ] .
1382
1383
1383
1384
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1384
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1385
- available cipher algorithms.
1385
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1386
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1387
+ display the available cipher algorithms.
1386
1388
1387
1389
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
1388
1390
[ initialization vector] [ ] . Both arguments must be ` 'utf8' ` encoded strings,
@@ -1472,8 +1474,9 @@ cipher in CCM mode is used (e.g. `'aes-128-ccm'`). In that case, the
1472
1474
authentication tag in bytes, see [ CCM mode] [ ] .
1473
1475
1474
1476
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1475
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1476
- available cipher algorithms.
1477
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1478
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1479
+ display the available cipher algorithms.
1477
1480
1478
1481
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
1479
1482
[ initialization vector] [ ] . Both arguments must be ` 'utf8' ` encoded strings,
0 commit comments