1EVP_CIPHER-RC4(7ossl) OpenSSL EVP_CIPHER-RC4(7ossl)
2
3
4
6 EVP_CIPHER-RC4 - The RC4 EVP_CIPHER implementations
7
9 Support for RC4 symmetric encryption using the EVP_CIPHER API.
10
11 Algorithm Names
12 The following algorithms are available in the legacy provider:
13
14 "RC4"
15 "RC4-40"
16 "RC4-HMAC-MD5"
17
18 Parameters
19 This implementation supports the parameters described in "PARAMETERS"
20 in EVP_EncryptInit(3).
21
23 provider-cipher(7), OSSL_PROVIDER-legacy(7)
24
26 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
27
28 Licensed under the Apache License 2.0 (the "License"). You may not use
29 this file except in compliance with the License. You can obtain a copy
30 in the file LICENSE in the source distribution or at
31 <https://www.openssl.org/source/license.html>.
32
33
34
353.0.5 2022-11-01 EVP_CIPHER-RC4(7ossl)