@@ -2952,8 +2952,7 @@ option is not required but can be used to set the length of the authentication
29522952tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
29532953
29542954The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
2955- recent OpenSSL releases, ` openssl list -cipher-algorithms `
2956- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
2955+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
29572956display the available cipher algorithms.
29582957
29592958The ` password ` is used to derive the cipher key and initialization vector (IV).
@@ -3023,8 +3022,7 @@ option is not required but can be used to set the length of the authentication
30233022tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
30243023
30253024The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3026- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3027- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3025+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
30283026display the available cipher algorithms.
30293027
30303028The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3124,8 +3122,7 @@ option is not required but can be used to restrict accepted authentication tags
31243122to those with the specified length.
31253123
31263124The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3127- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3128- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3125+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
31293126display the available cipher algorithms.
31303127
31313128The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3241,8 +3238,7 @@ can be used to specify the desired output length in bytes.
32413238
32423239The ` algorithm ` is dependent on the available algorithms supported by the
32433240version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3244- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3245- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3241+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
32463242display the available digest algorithms.
32473243
32483244Example: generating the sha256 sum of a file
@@ -3325,8 +3321,7 @@ Optional `options` argument controls stream behavior.
33253321
33263322The ` algorithm ` is dependent on the available algorithms supported by the
33273323version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3328- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3329- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3324+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
33303325display the available digest algorithms.
33313326
33323327The ` key ` is the HMAC key used to generate the cryptographic HMAC hash. If it is
0 commit comments