@@ -1346,8 +1346,9 @@ option is not required but can be used to set the length of the authentication
1346
1346
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
1347
1347
1348
1348
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1349
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1350
- available cipher algorithms.
1349
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1350
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1351
+ display the available cipher algorithms.
1351
1352
1352
1353
The ` password ` is used to derive the cipher key and initialization vector (IV).
1353
1354
The value must be either a ` 'latin1' ` encoded string, a [ ` Buffer ` ] [ ] , a
@@ -1399,8 +1400,9 @@ option is not required but can be used to set the length of the authentication
1399
1400
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
1400
1401
1401
1402
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1402
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1403
- available cipher algorithms.
1403
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1404
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1405
+ display the available cipher algorithms.
1404
1406
1405
1407
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
1406
1408
[ initialization vector] [ ] . Both arguments must be ` 'utf8' ` encoded strings,
@@ -1496,8 +1498,9 @@ option is not required but can be used to restrict accepted authentication tags
1496
1498
to those with the specified length.
1497
1499
1498
1500
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
1499
- recent OpenSSL releases, ` openssl list-cipher-algorithms ` will display the
1500
- available cipher algorithms.
1501
+ recent OpenSSL releases, ` openssl list -cipher-algorithms `
1502
+ (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
1503
+ display the available cipher algorithms.
1501
1504
1502
1505
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
1503
1506
[ initialization vector] [ ] . Both arguments must be ` 'utf8' ` encoded strings,
0 commit comments