1. 程式人生 > >linux下壓縮並加密成zip檔案(適用於mac os)

linux下壓縮並加密成zip檔案(適用於mac os)

zip -rP password filename.zip dictionary

解釋一下:

password:加密密碼
filename.zip:加密後的檔案
dictionary:待加密的內容
例如:zip -rP 123456 test.zip test