Question Details

Browse

Good tool to create a password protected file on the mac

By a.medlin - Aug. 17, 2007

Hello. I am looking for a way to create a password protected archive (or regular file) on mac os x tiger. Stuffit can extract password protected zips, but I have not found an easy way to create a password protected file. Any ideas?


Answers

Add Answer
  1. By a.medlin on Aug. 17, 2007

    I should be a bit more clear. I want to create a file that can be opened on a windows box too so I can email it around, or put it on a download site. Stuffit's paid version claims that it can create password protected zip files, but I would like to use a free/opensource application. Also, it needs to be 'extractable' on a pc. Thanks in advance!

    1 Votes
  2. By guptak on Aug. 18, 2007

    You can use zip -e or zip -P from the command line. You might need to have additional encryption libraries installed, though. Also check out GnuPG - it is open source and free.

    0 Votes
Share your knowledge