0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Macでパスワード付きZIPファイルをつくる

Last updated at Posted at 2020-06-07
  1. 指定のファイルを右クリックとかでZIPで圧縮する
  2. ターミナルを開いて zipcloak コマンドを入力し↑のZIPのパスを入力する
  3. Enter押す
  4. パスワード入れる
  5. 完成!

※Local Entry CRC does not match CDってやつは無視でOK。ZIPコマンドで圧縮すると出ないらしい


$ zipcloak /Users/XXXXXX/Downloads/xxx.xlsx.zip
Enter password: 
Verify password: 
encrypting: xxx.xlsx
zipcloak warning: Local Entry CRC does not match CD: xxx.xlsx
encrypting: __MACOSX/
encrypting: __MACOSX/._xxx.xlsx
zipcloak warning: Local Entry CRC does not match CD: __MACOSX/._xxx.xlsx

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?