@@ -2952,8 +2952,7 @@ option is not required but can be used to set the length of the authentication
2952
2952
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
2953
2953
2954
2954
The ` 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
2957
2956
display the available cipher algorithms.
2958
2957
2959
2958
The ` 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
3023
3022
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
3024
3023
3025
3024
The ` 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
3028
3026
display the available cipher algorithms.
3029
3027
3030
3028
The ` 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
3124
3122
to those with the specified length.
3125
3123
3126
3124
The ` 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
3129
3126
display the available cipher algorithms.
3130
3127
3131
3128
The ` 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.
3241
3238
3242
3239
The ` algorithm ` is dependent on the available algorithms supported by the
3243
3240
version 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
3246
3242
display the available digest algorithms.
3247
3243
3248
3244
Example: generating the sha256 sum of a file
@@ -3325,8 +3321,7 @@ Optional `options` argument controls stream behavior.
3325
3321
3326
3322
The ` algorithm ` is dependent on the available algorithms supported by the
3327
3323
version 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
3330
3325
display the available digest algorithms.
3331
3326
3332
3327
The ` key ` is the HMAC key used to generate the cryptographic HMAC hash. If it is
0 commit comments