EVP_CIPHER-IDEA - The IDEA EVP_CIPHER implementations
| Use Case | Command | Description |
|---|---|---|
| Encrypt with IDEA-CBC | openssl enc -idea-cbc -e -in plain.txt -out cipher.enc | Encrypt a file using IDEA in CBC mode |
| Decrypt with IDEA-CBC | openssl enc -idea-cbc -d -in cipher.enc -out decrypted.txt | Decrypt a file using IDEA in CBC mode |
| Encrypt with IDEA-ECB | openssl enc -idea-ecb -e -in plain.txt -out cipher.enc | Encrypt a file using IDEA in ECB mode |
| Encrypt with IDEA-OFB | openssl enc -idea-ofb -e -in plain.txt -out cipher.enc | Encrypt a file using IDEA in OFB mode |
| Encrypt with IDEA-CFB | openssl enc -idea-cfb -e -in plain.txt -out cipher.enc | Encrypt a file using IDEA in CFB mode |
Support for IDEA symmetric encryption using the EVP_CIPHER API.
The following algorithms are available in the legacy provider:
IDEA-ECBIDEA-CBCIDEA-OFB or IDEA-OFB64IDEA-CFB or IDEA-CFB64This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).
provider-cipher(7), OSSL_PROVIDER-legacy(7)
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>.
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/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format