info > EVP_CIPHER-DES(7)

📖 NAME

EVP_CIPHER-DES - The DES EVP_CIPHER implementations

🚀 Quick Reference

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)

📝 DESCRIPTION

Support for DES symmetric encryption using the EVP_CIPHER API.

🔑 Algorithm Names

The following algorithms are available in the FIPS provider as well as the default provider:

The following algorithms are available in the default provider, but not the FIPS provider:

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-FIPS(7), OSSL_PROVIDER-default(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-DES(7SSL)

EVP_CIPHER-DES(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-04 12:54 @216.73.217.98
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