EVP_CIPHER-DES - The DES EVP_CIPHER implementations
| Use Case | Command | Description |
|---|---|---|
| đ 3DES Encryption (CBC) | EVP_CIPHER_fetch(NULL, "DES-EDE3-CBC", NULL) |
DES-EDE3-CBC or DES3 |
| đ 3DES Encryption (ECB) | EVP_CIPHER_fetch(NULL, "DES-EDE3-ECB", NULL) |
DES-EDE3-ECB or DES-EDE3 |
| đ Legacy DES Encryption (CBC) | EVP_CIPHER_fetch(NULL, "DES-CBC", NULL) |
DES-CBC (legacy provider) |
| đ Legacy DES Encryption (ECB) | EVP_CIPHER_fetch(NULL, "DES-ECB", NULL) |
DES-ECB (legacy provider) |
| đ Key Wrapping with 3DES | EVP_CIPHER_fetch(NULL, "DES3-WRAP", NULL) |
DES3-WRAP (default provider) |
Support for DES symmetric encryption using the EVP_CIPHER API.
The following algorithms are available in the FIPS provider as well as the default provider:
DES-EDE3-ECB or DES-EDE3DES-EDE3-CBC or DES3The following algorithms are available in the default provider, but not the FIPS provider:
DES-EDE3-CFB8 and DES-EDE3-CFB1DES-EDE-ECB or DES-EDEDES-EDE-CBCDES-EDE-OFBDES-EDE-CFBDES3-WRAPThe following algorithms are available in the legacy provider:
DES-ECBDES-CBCDES-OFBDES-CFB, DES-CFB1 and DES-CFB8DESX-CBCThis implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).
provider-cipher(7), OSSL_PROVIDER-FIPS(7), OSSL_PROVIDER-default(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>.
3.0.2 2026-06-02 EVP_CIPHER-DES(7SSL)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-04 12:54 @216.73.217.98
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