info > EVP_CIPHER-IDEA(7)

📜 NAME

EVP_CIPHER-IDEA - The IDEA EVP_CIPHER implementations

🚀 Quick Reference

Use CaseCommandDescription
🔐 Encrypt file with IDEA-CBC (CLI)openssl enc -idea-cbc -in file -out file.enc -K hexkey -iv hexivEncrypt file using IDEA-CBC with given key and IV
đŸ“Ļ Fetch IDEA-CBC cipher in EVPEVP_CIPHER *c = EVP_CIPHER_fetch(NULL, "IDEA-CBC", NULL);Obtain IDEA-CBC cipher object for EVP operations
âš™ī¸ Initialize encryption contextEVP_EncryptInit_ex(ctx, cipher, NULL, key, iv);Start IDEA-CBC encryption using the fetched cipher
🔍 List available IDEA modesopenssl list -cipher-algorithms | grep IDEAVerify which IDEA variants are loaded from the legacy provider

📖 DESCRIPTION

Support for IDEA 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>.

EVP_CIPHER-IDEA(7)
📜 NAME 🚀 Quick Reference 📖 DESCRIPTION
🧩 Algorithm Names âš™ī¸ Parameters
📚 SEE ALSO ÂŠī¸ COPYRIGHT

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-07 01:57 @216.73.216.207
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format