Add new encrypt methods to the selector list.
This commit is contained in:
@ -48,9 +48,16 @@ class PreferencesWindowController: NSWindowController
|
||||
"aes-256-cfb",
|
||||
"des-cfb",
|
||||
"bf-cfb",
|
||||
"camellia-128-cfb",
|
||||
"camellia-192-cfb",
|
||||
"camellia-256-cfb",
|
||||
"idea-cfb",
|
||||
"cast5-cfb",
|
||||
"rc2-cfb",
|
||||
"rc4-md5",
|
||||
"seed-cfb",
|
||||
"chacha20",
|
||||
"chacha20-ietf",
|
||||
"salsa20",
|
||||
"rc4",
|
||||
"table",
|
||||
|
Reference in New Issue
Block a user