Best Secure Encryption for Zip Files via Linux
- by Daniel
I want to use highly secure encryption for zipped files via Linux/Ubuntu using a command line terminal, what is the best command line tool to get this job done?
zip -e -P PASSWORD file1 file2 file3 file4
Or
7za a file.7z *.txt -pSECRET
What encryption is used and how secure is it?