When creating a zip file with password protection in Ubuntu 16.04, using the Nautilus context menu, I was asked for zip options like password protection.
Under Ubuntu 18.04 there seems to be no way to select any zip options. Therefore it is not possible to create a zip file with password protection using the Nautilus context menu.
Workarround: creating the zip file with shell command
zip -P pass123 zipfile.zip folder2zip/
Any ideas to create the password protected zip-file from Nautilus?
sudo apt install caja
). See my Q&A for details. – N0rbert May 17 '18 at 08:41