Mac으로 Excel 파일을 압축하고 싶은데 이렇게 zipcloak를 하면 암호화가 돼요. 급해요.

3261 단어 XLSXzipcloakzipMac
이것은 어쩔 수 없는 느낌이다.

하고 싶은 일


나는 Mac을 사용하고 있다.
하지만 웬만한 IT 기업(웃음)의 시스템 엔지니어(웃음)인 나는 엑셀 파일을 압축해서 제출해야 한다는 요구를 받았다.
한 마디로 하면 편집 자체는numbers로 방법을 생각해 냈지만, 문제zip는 압축되었다.
특히 비밀번호 방법은
이것은 소박한 곳에 가득 찼기 때문에 비망록을 겸한다.

압축 후 zipcloak.


한 마디로 하면 Excel 파일을 직접 압축하는 것이 아니라 압축된 zipcloak의 형식이다.
보통 Excel 파일의 상하문 메뉴에서 압축된 zip 파일 zipcloak 圧縮したzipファイルのパス 과terminal을 두드립니다.
이렇게 하면 비밀번호가 묻히고 입력하면 zip 파일은 비밀번호가 있는 zip 파일로 변환됩니다.

급한 요점


여기까지는 보통 단순히 비밀번호가 있는 zip 파일을 만드는 방법입니다.
zipcloak는 zip 파일에 비밀번호를 넣는 것이기 때문에 zip을 압축하는 것은 아닙니다.
나는 이곳을 좀 오해했다.
그것 때문에 좀 급해요.
어떻게 된 일인지 다른 파일이라면 zip 파일을 잘 지정해야 하는 오류가 발생하지만, Excel 파일은 실제로는 zip 파일이고, zipcloak는 xlsx 파일에도 유효합니다.
암호화 중xlsx
mbp:ziptest raging_alpaca$ ls
fuga.xlsx   hoge.zip
mbp:ziptest raging_alpaca$ zipcloak fuga.xlsx 
Enter password: 
Verify password: 
encrypting: _rels/.rels
encrypting: docProps/core.xml
encrypting: docProps/app.xml
encrypting: xl/workbook.xml
encrypting: xl/_rels/workbook.xml.rels
encrypting: xl/theme/theme1.xml
encrypting: xl/worksheets/sheet1.xml
encrypting: xl/sharedStrings.xml
encrypting: xl/styles.xml
encrypting: [Content_Types].xml
mbp:ziptest raging_alpaca$

…….
물론 이 상태에서는numbers와openoffice 등도 열 수 없다.

조급해하다.
확장자를 zip으로 바꾸면 열 수 있습니까?그런 것도 아니고.
되돌아오는 방법을 말하려면 다시 실행 -d 옵션을 통해 zipcloak로 되돌아갈 수 있습니다.
mbp:ziptest raging_alpaca$ zipcloak -d fuga.xlsx 
Enter password: 
decrypting: _rels/.rels
decrypting: docProps/core.xml
decrypting: docProps/app.xml
decrypting: xl/workbook.xml
decrypting: xl/_rels/workbook.xml.rels
decrypting: xl/theme/theme1.xml
decrypting: xl/worksheets/sheet1.xml
decrypting: xl/sharedStrings.xml
decrypting: xl/styles.xml
decrypting: [Content_Types].xml
mbp:ziptest raging_alpaca$ 

사용할 때 -O 를 더하면 zipcloak -O [新しいファイル名] [圧縮したいファイル名] 으로 사용하는 것이 타당하다...?
아니오, 필요 없어요.
mbp:ziptest raging_alpaca$ zipcloak -O fuga2.xlsx fuga.xlsx 
Enter password: 
Verify password: 
encrypting: _rels/.rels
encrypting: docProps/core.xml
encrypting: docProps/app.xml
encrypting: xl/workbook.xml
encrypting: xl/_rels/workbook.xml.rels
encrypting: xl/theme/theme1.xml
encrypting: xl/worksheets/sheet1.xml
encrypting: xl/sharedStrings.xml
encrypting: xl/styles.xml
encrypting: [Content_Types].xml
mbp:ziptest raging_alpaca$ ls
fuga.xlsx   fuga2.xlsx  hoge.zip
mbp:ziptest raging_alpaca$ 

보충하여 기록하다


나중에 보내면 "난장판"이라는 소리를 듣는다.
찾아보니 Mac의 상하문 메뉴에서 Mac용 형식으로 압축된 함정이 있는 것 같습니다.
이 점을 해결하려면 앱에 솔직하게 의존하는 것이 좋다.
많이 나온 것 같지만 처음 나온 이걸로 먼저 하기로 했어요.
  • https://tida.me/macwinzipper
  • 드래그를 통해 압축할 수 있으며, 비밀번호는 최대 4자리 숫자를 곱할 수 있다.
    마음대로 선택했지만 제겐 딱 맞는 느낌이었어요.

    좋은 웹페이지 즐겨찾기