To create a password protected file in OS X, open Terminal, go to your folder, then :
The syntax is zip -e [archive] [file]
Example
zip -e foobar.zip *.txt
Enter password:_
Verify password:_
Done ;)
To create a password protected file in OS X, open Terminal, go to your folder, then :
The syntax is zip -e [archive] [file]
Example
zip -e foobar.zip *.txt
Enter password:_
Verify password:_
Done ;)