EVP_CIPHER-RC2(7ssl) OpenSSL EVP_CIPHER-RC2(7ssl)

EVP_CIPHER-RC2 - The RC2 EVP_CIPHER implementations

Support for RC2 symmetric encryption using the EVP_CIPHER API.

The following algorithms are available in the legacy provider:

"RC2-CBC", "RC2" or "RC2-128"
"RC2-40-CBC" or "RC2-40"
"RC2-64-CBC" or "RC2-64"
"RC2-ECB"
"RC2-CFB"
"RC2-OFB"

This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

provider-cipher(7), OSSL_PROVIDER-legacy(7)

Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.

2024-01-30 3.2.1