Password Protect a zip file
I simply need to PW protect a zip file for emailing to a Windows user who will not be keen on downloading software to open a dmg file.
I see another post last year indicating to use the zip -e NAMEOFZIPFILE.zip NAMEOFZIPFILE.txt command in Terminal, but my file is not a txt file - it's already a zip file. I keep getting the 'nothing to do' message.
I've also tried dragging the file into Terminal after using zip -er NAMEOFZIPFILE.zip command, and that gives me the same error after entering my PW.
How do I do this??