[Linux] How to Create Password-Protected ZIP Compressed Files
When I was researching how to create password-protected zip files on macOS, I found it can be done normally with Linux commands.
$ zip -er test.zip test
Enter password:
Verify password:
That’s all from the Gemba where I wanted to create password-protected zip files on macOS too.
That’s all from the Gemba.