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