Sometimes, when you working with Linux, you may need to zip some files with a password-protected zip archive.
You could do it with the command below:
zip -e /path/to/archive.zip file_names_to_archive*.txt Enter password: Verify password: adding: ...