$manlookup

EVP_CIPHER-RC2

(7ssl)

The RC2 EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

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).

See also