OpenSSL

Cryptography and SSL/TLS Toolkit

EVP_CIPHER-RC2

NAME

EVP_CIPHER-RC2 - The RC2 EVP_CIPHER implementations

DESCRIPTION

Support for RC2 symmetric encryption using the EVP_CIPHER API.

Algorithm Names

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"

Parameters

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

SEE ALSO

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.