1EVP_CIPHER-DES(7ossl) OpenSSL EVP_CIPHER-DES(7ossl)
2
3
4
6 EVP_CIPHER-DES - The DES EVP_CIPHER implementations
7
9 Support for DES symmetric encryption using the EVP_CIPHER API.
10
11 Algorithm Names
12 The following algorithms are available in the FIPS provider as well as
13 the default provider:
14
15 "DES-EDE3-ECB" or "DES-EDE3"
16 "DES-EDE3-CBC" or "DES3"
17
18 The following algorithms are available in the default provider, but not
19 the FIPS provider:
20
21 "DES-EDE3-CFB8" and "DES-EDE3-CFB1"
22 "DES-EDE-ECB" or "DES-EDE"
23 "DES-EDE-CBC"
24 "DES-EDE-OFB"
25 "DES-EDE-CFB"
26 "DES3-WRAP"
27
28 The following algorithms are available in the legacy provider:
29
30 "DES-ECB"
31 "DES-CBC"
32 "DES-OFB"
33 "DES-CFB", "DES-CFB1" and "DES-CFB8"
34 "DESX-CBC"
35
36 Parameters
37 This implementation supports the parameters described in "PARAMETERS"
38 in EVP_EncryptInit(3).
39
41 provider-cipher(7), OSSL_PROVIDER-FIPS(7), OSSL_PROVIDER-default(7),
42 OSSL_PROVIDER-legacy(7),
43
45 Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
46
47 Licensed under the Apache License 2.0 (the "License"). You may not use
48 this file except in compliance with the License. You can obtain a copy
49 in the file LICENSE in the source distribution or at
50 <https://www.openssl.org/source/license.html>.
51
52
53
543.0.9 2023-07-27 EVP_CIPHER-DES(7ossl)