Update encrypt method list.
This commit is contained in:
@ -51,24 +51,24 @@ class PreferencesWindowController: NSWindowController
|
|||||||
profileMgr = ServerProfileManager.instance
|
profileMgr = ServerProfileManager.instance
|
||||||
|
|
||||||
methodTextField.addItems(withObjectValues: [
|
methodTextField.addItems(withObjectValues: [
|
||||||
|
"aes-128-gcm",
|
||||||
|
"aes-192-gcm",
|
||||||
|
"aes-256-gcm",
|
||||||
"aes-128-cfb",
|
"aes-128-cfb",
|
||||||
"aes-192-cfb",
|
"aes-192-cfb",
|
||||||
"aes-256-cfb",
|
"aes-256-cfb",
|
||||||
"des-cfb",
|
"aes-128-ctr",
|
||||||
"bf-cfb",
|
"aes-192-ctr",
|
||||||
|
"aes-256-ctr",
|
||||||
"camellia-128-cfb",
|
"camellia-128-cfb",
|
||||||
"camellia-192-cfb",
|
"camellia-192-cfb",
|
||||||
"camellia-256-cfb",
|
"camellia-256-cfb",
|
||||||
"idea-cfb",
|
"bf-cfb",
|
||||||
"cast5-cfb",
|
"chacha20-ietf-poly1305",
|
||||||
"rc2-cfb",
|
"salsa20",
|
||||||
"rc4-md5",
|
|
||||||
"seed-cfb",
|
|
||||||
"chacha20",
|
"chacha20",
|
||||||
"chacha20-ietf",
|
"chacha20-ietf",
|
||||||
"salsa20",
|
"rc4-md5",
|
||||||
"rc4",
|
|
||||||
"table",
|
|
||||||
])
|
])
|
||||||
|
|
||||||
kcptunCryptComboBox.addItems(withObjectValues: [
|
kcptunCryptComboBox.addItems(withObjectValues: [
|
||||||
|
Reference in New Issue
Block a user