man > EVP_CIPHER-RC2(7)

📛 NAME

EVP_CIPHER-RC2 - The RC2 EVP_CIPHER implementations

🚀 Quick Reference

Use CaseCommandDescription
Encrypt file with RC2-CBCopenssl enc -rc2-cbc -in plain.txt -out encrypted.bin -pass pass:secretEncrypts plain.txt using RC2‑CBC and a password‑derived key
Decrypt fileopenssl enc -d -rc2-cbc -in encrypted.bin -out plain.txt -pass pass:secretDecrypts encrypted.bin back to plain.txt
Use 40‑bit effective key lengthopenssl enc -rc2-40-cbc -in plain.txt -out encrypted.bin -pass pass:secretForces RC2 to use a 40‑bit key (equivalent to export‑grade)
List available RC2 ciphersopenssl list -cipher-algorithms | grep RC2Shows all RC2 variants supported by the current OpenSSL build

📖 DESCRIPTION

Support for RC2 symmetric encryption using the EVP_CIPHER API.

🔑 Algorithm Names

The following algorithms are available in the legacy provider:

⚙️ Parameters

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

📚 SEE ALSO

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

©️ COPYRIGHT

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-RC2(7SSL)

EVP_CIPHER-RC2(7)
📛 NAME 🚀 Quick Reference 📖 DESCRIPTION
🔑 Algorithm Names ⚙️ Parameters
📚 SEE ALSO ©️ COPYRIGHT

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 21:00 @2600:1f28:365:80b0:b91e:58eb:6587:15c8
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format