In the past, we've used Keka. But it seems as of 10.9 it does not support 256. Any tips are gladly appreciated!
Page 1 / 1
Reference: https://github.com/aonez/Keka/wiki/ZipAES
Keka is capable of compressing Zip files using AES cypher. By default it uses Zip Legacy 2.0, since is the most supported on all systems.
To enable AES cypher, open the Terminal.app and type this command:
defaults write com.aone.keka ZipUsingAES TRUE
To disable AES cypher, open the Terminal.app and type this command:
defaults write com.aone.keka ZipUsingAES FALSE
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.