$manlookup

EVP_CIPHER-RC5

(7ssl)

The RC5 EVP_CIPHER implementations

Overview, conventions, miscellanyopenssl 3.5.6-1~deb13u2

DESCRIPTION

Support for RC5 symmetric encryption using the EVP_CIPHER API.

Disabled by default. Use the enable-rc5 configuration option to enable.

The following algorithms are available in the legacy provider:

"RC5-CBC" or "RC5"
"RC5-ECB"
"RC5-OFB"
"RC5-CFB"

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

See also