Closed
Description
Preflight Checklist
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Issue Details
- Electron Version:
- 11.1.1 & 10.1.3
- Operating System:
- Windows 10
Expected Behavior
support des-ede3
cipher
Actual Behavior
var encrypto = require("crypto")
encrypto.getCiphers()
0: "aes-128-cbc"
1: "aes-128-cfb"
2: "aes-128-ctr"
3: "aes-128-ecb"
4: "aes-128-gcm"
5: "aes-128-ofb"
6: "aes-192-cbc"
7: "aes-192-ctr"
8: "aes-192-ecb"
9: "aes-192-gcm"
10: "aes-192-ofb"
11: "aes-256-cbc"
12: "aes-256-cfb"
13: "aes-256-ctr"
14: "aes-256-ecb"
15: "aes-256-gcm"
16: "aes-256-ofb"
17: "des-cbc"
18: "des-ecb"
19: "des-ede"
20: "des-ede-cbc"
21: "des-ede3-cbc"
22: "rc2-cbc"
23: "rc4"