man > EVP_CIPHER-IDEA(7ssl)

📘 NAME

EVP_CIPHER-IDEA - The IDEA EVP_CIPHER implementations

🚀 Quick Reference

Use CaseCommandDescription
Encrypt with IDEA-CBCopenssl enc -idea-cbc -e -in plain.txt -out cipher.encEncrypt a file using IDEA in CBC mode
Decrypt with IDEA-CBCopenssl enc -idea-cbc -d -in cipher.enc -out decrypted.txtDecrypt a file using IDEA in CBC mode
Encrypt with IDEA-ECBopenssl enc -idea-ecb -e -in plain.txt -out cipher.encEncrypt a file using IDEA in ECB mode
Encrypt with IDEA-OFBopenssl enc -idea-ofb -e -in plain.txt -out cipher.encEncrypt a file using IDEA in OFB mode
Encrypt with IDEA-CFBopenssl enc -idea-cfb -e -in plain.txt -out cipher.encEncrypt a file using IDEA in CFB mode

📝 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(7ssl)
📘 NAME 🚀 Quick Reference 📝 DESCRIPTION
🔐 Algorithm Names ⚙️ Parameters
📚 SEE ALSO 📄 COPYRIGHT

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 06:18 @2600:1f28:365:80b0:e9a9:ac35:f5fe:ea62
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