Add new encrypt methods to the selector list.

This commit is contained in:
Charlie Qiu
2017-01-10 17:50:59 +08:00
parent 43f6bd6c4b
commit 78f0aa9c63

View File

@ -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",