Is there an app (or a way already in 10.3) that would allow me to password-protect a folder so nobody else could view the contents or open any of the files in the folder? TIA
Agreed! This is the best way to protect your, er, sensitive files.Flynnstone said:You can do something close.
Using disk utility, you can create a disk image.
It asks if you want to encrypt.
The limitation is that you need to specify the disk/image size.
Is that what you were looking for?
Flynnstone said:You can do something close.
Using disk utility, you can create a disk image.
It asks if you want to encrypt.
The limitation is that you need to specify the disk/image size.
Is that what you were looking for?
You are using a Unix-based computer. Why don't you its basic features? You can set the permissions of your folder in question to allow only your account to read the folder's contents. For an extra measure, you can also set the permissions of each file in the folder to allow access only to your account. Then, don't allow automatic login and keep your password only to yourself.jjmaximum said:Is there an app (or a way already in 10.3) that would allow me to password-protect a folder so nobody else could view the contents or open any of the files in the folder? TIA
jsw said:Agreed! This is the best way to protect your, er, sensitive files.![]()
To be specific:
- Open Applications->Utilities->Disk Utility.
- Click the "New Image" icon in the toolbar (or use Images->New...->Blank Image)
- Fill in "Save as:" field with a name.
- Select an appropriate size
- Set the excryption to AES-128
- Keep the format as "read/write disk image"
- Click "Create"
- You'll be prompted for a password - enter one
- Very important: Unselect "Remember password (add to Keychain)" before clicking OK to set the password.
This creates the password-protected .dmg file. Double-click it to open it (supply the password, and don't opt to store it in your keychain, or else anyone in your account can open it). It then looks like a mounted disk image - drag things into/out of it. Eject it to return it to it's password-protected state.
jjmaximum said:JSW,
Tried exactly what you said and I got a 'Device Busy' error message. Any idea what I am doing wrong?
The problem with this would be if you log into your computer, and step away for a period of time, anyone could see those files unless you log out everytime you leave your computer.MisterMe said:You are using a Unix-based computer. Why don't you its basic features? You can set the permissions of your folder in question to allow only your account to read the folder's contents. For an extra measure, you can also set the permissions of each file in the folder to allow access only to your account. Then, don't allow automatic login and keep your password only to yourself.
jjmaximum - did BV's suggestion help? My guess is that you had a read-only disk (CD, DVD) selected when you did the new image thing - maybe. Does clicking on your hard disk icon, then doing the steps above help? I'm not at my Mac, so I can't provide direct help now. I'm not sure why you'd get the "Device Busy" message without being able to diagnose it at home.jjmaximum said:JSW,
Tried exactly what you said and I got a 'Device Busy' error message. Any idea what I am doing wrong?
jsw said:jjmaximum - did BV's suggestion help? My guess is that you had a read-only disk (CD, DVD) selected when you did the new image thing - maybe. Does clicking on your hard disk icon, then doing the steps above help? I'm not at my Mac, so I can't provide direct help now. I'm not sure why you'd get the "Device Busy" message without being able to diagnose it at home.
No security system is going to give you very much protection against the kind of sloppiness that you described. Disk images move the problem, but they don't solve the problem. You mount your disk image and walk away for a period of time. How is this any different?emw said:The problem with this would be if you log into your computer, and step away for a period of time, anyone could see those files unless you log out everytime you leave your computer.
Sure, it's being a little paranoid, but the disk image thing is superb. And secure.
idkew said:once you are done with it, you use the Secure Delete command to erase from your hard disk
Mechcozmo said:In Panther you can also choose "Secure Empty Trash"
True. But in the first case, every time you are logged onto your computer someone has complete access to everything on that system, including your sensitive files.MisterMe said:No security system is going to give you very much protection against the kind of sloppiness that you described. Disk images move the problem, but they don't solve the problem. You mount your disk image and walk away for a period of time. How is this any different?