@@ -1334,8 +1334,9 @@ cipher in CCM mode is used (e.g. `'aes-128-ccm'`). In that case, the
13341334authentication tag in bytes, see [ CCM mode] [ ] .
13351335
13361336The ` 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.
13391340
13401341The ` password ` is used to derive the cipher key and initialization vector (IV).
13411342The 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
13811382authentication tag in bytes, see [ CCM mode] [ ] .
13821383
13831384The ` 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.
13861388
13871389The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
13881390[ 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
14721474authentication tag in bytes, see [ CCM mode] [ ] .
14731475
14741476The ` 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.
14771480
14781481The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
14791482[ initialization vector] [ ] . Both arguments must be ` 'utf8' ` encoded strings,
0 commit comments