@@ -2970,8 +2970,7 @@ option is not required but can be used to set the length of the authentication
29702970tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
29712971
29722972The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
2973- recent OpenSSL releases, ` openssl list -cipher-algorithms `
2974- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
2973+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
29752974display the available cipher algorithms.
29762975
29772976The ` password ` is used to derive the cipher key and initialization vector (IV).
@@ -3041,8 +3040,7 @@ option is not required but can be used to set the length of the authentication
30413040tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
30423041
30433042The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3044- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3045- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3043+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
30463044display the available cipher algorithms.
30473045
30483046The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3142,8 +3140,7 @@ option is not required but can be used to restrict accepted authentication tags
31423140to those with the specified length.
31433141
31443142The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3145- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3146- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3143+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
31473144display the available cipher algorithms.
31483145
31493146The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3259,8 +3256,7 @@ can be used to specify the desired output length in bytes.
32593256
32603257The ` algorithm ` is dependent on the available algorithms supported by the
32613258version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3262- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3263- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3259+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
32643260display the available digest algorithms.
32653261
32663262Example: generating the sha256 sum of a file
@@ -3343,8 +3339,7 @@ Optional `options` argument controls stream behavior.
33433339
33443340The ` algorithm ` is dependent on the available algorithms supported by the
33453341version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3346- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3347- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3342+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
33483343display the available digest algorithms.
33493344
33503345The ` key ` is the HMAC key used to generate the cryptographic HMAC hash. If it is
0 commit comments