If you want to zip the “foobar” directory into “foobar.zip”, use this:
zip -er foobar.zip foobar
It will then ask you to enter password, then verify password.
If you want to zip the “foobar” directory into “foobar.zip”, use this:
zip -er foobar.zip foobar
It will then ask you to enter password, then verify password.