@@ -2956,8 +2956,7 @@ option is not required but can be used to set the length of the authentication
2956
2956
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
2957
2957
2958
2958
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
2959
- recent OpenSSL releases, ` openssl list -cipher-algorithms `
2960
- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
2959
+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
2961
2960
display the available cipher algorithms.
2962
2961
2963
2962
The ` password ` is used to derive the cipher key and initialization vector (IV).
@@ -3027,8 +3026,7 @@ option is not required but can be used to set the length of the authentication
3027
3026
tag that will be returned by ` getAuthTag() ` and defaults to 16 bytes.
3028
3027
3029
3028
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3030
- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3031
- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3029
+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
3032
3030
display the available cipher algorithms.
3033
3031
3034
3032
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3128,8 +3126,7 @@ option is not required but can be used to restrict accepted authentication tags
3128
3126
to those with the specified length.
3129
3127
3130
3128
The ` algorithm ` is dependent on OpenSSL, examples are ` 'aes192' ` , etc. On
3131
- recent OpenSSL releases, ` openssl list -cipher-algorithms `
3132
- (` openssl list-cipher-algorithms ` for older versions of OpenSSL) will
3129
+ recent OpenSSL releases, ` openssl list -cipher-algorithms ` will
3133
3130
display the available cipher algorithms.
3134
3131
3135
3132
The ` key ` is the raw key used by the ` algorithm ` and ` iv ` is an
@@ -3245,8 +3242,7 @@ can be used to specify the desired output length in bytes.
3245
3242
3246
3243
The ` algorithm ` is dependent on the available algorithms supported by the
3247
3244
version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3248
- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3249
- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3245
+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
3250
3246
display the available digest algorithms.
3251
3247
3252
3248
Example: generating the sha256 sum of a file
@@ -3329,8 +3325,7 @@ Optional `options` argument controls stream behavior.
3329
3325
3330
3326
The ` algorithm ` is dependent on the available algorithms supported by the
3331
3327
version of OpenSSL on the platform. Examples are ` 'sha256' ` , ` 'sha512' ` , etc.
3332
- On recent releases of OpenSSL, ` openssl list -digest-algorithms `
3333
- (` openssl list-message-digest-algorithms ` for older versions of OpenSSL) will
3328
+ On recent releases of OpenSSL, ` openssl list -digest-algorithms ` will
3334
3329
display the available digest algorithms.
3335
3330
3336
3331
The ` key ` is the HMAC key used to generate the cryptographic HMAC hash. If it is
0 commit comments