macOS ターミナルにzipコマンドでパスワードを設定する
環境
macOS
コマンド
zip -er xxx.zip ファイル1 ファイル2
操作方法
1.ターミナルを開きます。
2.zipコマンドに「-e」オプションを追加し、Enterキーを押します。
zip -er test.zip test1.txt test2.txt Enter password: #パスワード入力 Verify password: #パスワード再度入力
3.作成したzipアーカイブにパスワードがつきます。