EVP_CIPHER-RC5 - The RC5 EVP_CIPHER implementations
| Use Case | Command | Description |
|---|---|---|
| Fetch RC5-CBC cipher | EVP_CIPHER_fetch(NULL, "RC5-CBC", NULL) | Obtain the RC5 CBC cipher implementation |
| Fetch RC5-ECB cipher | EVP_CIPHER_fetch(NULL, "RC5-ECB", NULL) | Obtain the RC5 ECB cipher implementation |
| Fetch RC5-OFB cipher | EVP_CIPHER_fetch(NULL, "RC5-OFB", NULL) | Obtain the RC5 OFB cipher implementation |
| Fetch RC5-CFB cipher | EVP_CIPHER_fetch(NULL, "RC5-CFB", NULL) | Obtain the RC5 CFB cipher implementation |
| Enable RC5 at build time | enable-rc5 | Configure OpenSSL to include RC5 support |
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 RC5RC5-ECBRC5-OFBRC5-CFBThis implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).
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.
3.0.2 2026-06-02 EVP_CIPHER-RC5(7SSL)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-06 02:41 @216.73.216.192
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format