PASSWORD protecting documents

Joined
Apr 23, 2007
Messages
27
Reaction score
0
Points
1
Hi all, im just wondering whether there is a way to password protect certain documents, ie IMOVIE docs..
Because im tryin to make the missus a surprise vid, nd shes always on me mac so is there ne way i could protect it so she cant c it?
Thanks all in advance
 
Joined
Jul 11, 2007
Messages
167
Reaction score
2
Points
18
Location
South-East PoopLand, I Mean England :P
instead of password protecting it can't you hide it?
 
Joined
Mar 22, 2007
Messages
1,463
Reaction score
67
Points
48
Location
UK
Your Mac's Specs
Lenovo Z560 Hackintosh -:- '06 iMac -:- iPod Touch 2ndGen
If you use separate user accounts she can't see it anyway.
 
OP
M
Joined
Apr 23, 2007
Messages
27
Reaction score
0
Points
1
Any other ways??

we dont have separate user accounts... Nd no way 2 hide it she will find it lol
 
Joined
Sep 13, 2006
Messages
3,570
Reaction score
470
Points
83
Location
Colorado
Your Mac's Specs
Mac's
To make a hidden Folder that can not be seen do the following:

Make a new folder somewhere easy for you to remember... To do this:
1) Open the finder window go into the "Home" Folder (we'll place it there).
2) Right click on an empty part of the finder Window.. select "New Folder".
3) Name the folder.. Let's use "p0rn"... Just for fun
4) Now go into the Terminal and type (best to copy/paste) the following:

mv ~/p0rn ~/.p0rn

Press enter after pasting the command
Note the "." in front of the second folder name

5) The folder and any/all of the contents within it are HIDDEN.
~~~~~~~~~~~~
Now that the the folder is hidden the easiest way to get back into the contents it open the the Finder window go the the "HOME" folder (see.. No "p0rn" folder)... Now press APPLE+SHIFT+G
A Window will roll out of the top of the finder window that Says: "Go To Folder:" Type the following (don't forget the ".") .p0rn
press ENTER

Viola... you are in your "hidden" folder, and can now access your... um... stuff.

NOTE:
Anyone with a little terminal savvy can use the terminal to find hidden files, so it's not exactly secure... though you could drop an encrypted .DMG image in the hidden folder that requires a password... THAT would be hidden, and secure if found.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

to show the Hidden files using the terminal type (better yet.. copy/paste) the following:

defaults write com.apple.finder AppleShowAllFiles -bool YES;killall Finder


Then to HIDE the "Hidden Files" Type (again, might want to just copy/paste) the following in the Terminal:

defaults delete com.apple.finder AppleShowAllFiles;killall Finder

You can also use the Onyx Parameters to "Show Hidden Files"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use the built-in DISK UTILITY, and make the folder a Password protected Disk Image.


Disc Utility>>>File>>>>New>>>>Disk Image from Folder>>> Find the folder you want to "lock", you'll need to choose the "128" encryption then enter the Password you want to use.

This turns the folder into a .dmg... In order to open it, you/they will need the password.
 
Joined
Sep 13, 2006
Messages
3,570
Reaction score
470
Points
83
Location
Colorado
Your Mac's Specs
Mac's
would spotlight find the folder?

Nope. But terminal certainly would if you know the commands to use.

If it is VERY "confidential" just put a .dmg inside the hidden folder.

Or... break away from the p0rn addiction.
 
Joined
Jul 5, 2007
Messages
205
Reaction score
1
Points
18
To make a hidden Folder that can not be seen do the following:

Make a new folder somewhere easy for you to remember... To do this:
1) Open the finder window go into the "Home" Folder (we'll place it there).
2) Right click on an empty part of the finder Window.. select "New Folder".
3) Name the folder.. Let's use "p0rn"... Just for fun
4) Now go into the Terminal and type (best to copy/paste) the following:

mv ~/p0rn ~/.p0rn

Press enter after pasting the command
Note the "." in front of the second folder name

5) The folder and any/all of the contents within it are HIDDEN.
~~~~~~~~~~~~
Now that the the folder is hidden the easiest way to get back into the contents it open the the Finder window go the the "HOME" folder (see.. No "p0rn" folder)... Now press APPLE+SHIFT+G
A Window will roll out of the top of the finder window that Says: "Go To Folder:" Type the following (don't forget the ".") .p0rn
press ENTER

Viola... you are in your "hidden" folder, and can now access your... um... stuff.

NOTE:
Anyone with a little terminal savvy can use the terminal to find hidden files, so it's not exactly secure... though you could drop an encrypted .DMG image in the hidden folder that requires a password... THAT would be hidden, and secure if found.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

to show the Hidden files using the terminal type (better yet.. copy/paste) the following:

defaults write com.apple.finder AppleShowAllFiles -bool YES;killall Finder


Then to HIDE the "Hidden Files" Type (again, might want to just copy/paste) the following in the Terminal:

defaults delete com.apple.finder AppleShowAllFiles;killall Finder

You can also use the Onyx Parameters to "Show Hidden Files"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use the built-in DISK UTILITY, and make the folder a Password protected Disk Image.


Disc Utility>>>File>>>>New>>>>Disk Image from Folder>>> Find the folder you want to "lock", you'll need to choose the "128" encryption then enter the Password you want to use.

This turns the folder into a .dmg... In order to open it, you/they will need the password.

Wow, u know quite alot!! quite used to hiding porn are you?
 
Joined
Jul 11, 2007
Messages
167
Reaction score
2
Points
18
Location
South-East PoopLand, I Mean England :P
Originally Posted by RIDE
To make a hidden Folder that can not be seen do the following:

Make a new folder somewhere easy for you to remember... To do this:
1) Open the finder window go into the "Home" Folder (we'll place it there).
2) Right click on an empty part of the finder Window.. select "New Folder".
3) Name the folder.. Let's use "p0rn"... Just for fun
4) Now go into the Terminal and type (best to copy/paste) the following:

mv ~/p0rn ~/.p0rn

Press enter after pasting the command
Note the "." in front of the second folder name

5) The folder and any/all of the contents within it are HIDDEN.
~~~~~~~~~~~~
Now that the the folder is hidden the easiest way to get back into the contents it open the the Finder window go the the "HOME" folder (see.. No "p0rn" folder)... Now press APPLE+SHIFT+G
A Window will roll out of the top of the finder window that Says: "Go To Folder:" Type the following (don't forget the ".") .p0rn
press ENTER

Viola... you are in your "hidden" folder, and can now access your... um... stuff.

NOTE: Anyone with a little terminal savvy can use the terminal to find hidden files, so it's not exactly secure... though you could drop an encrypted .DMG image in the hidden folder that requires a password... THAT would be hidden, and secure if found.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

to show the Hidden files using the terminal type (better yet.. copy/paste) the following:

defaults write com.apple.finder AppleShowAllFiles -bool YES;killall Finder


Then to HIDE the "Hidden Files" Type (again, might want to just copy/paste) the following in the Terminal:

defaults delete com.apple.finder AppleShowAllFiles;killall Finder

You can also use the Onyx Parameters to "Show Hidden Files"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use the built-in DISK UTILITY, and make the folder a Password protected Disk Image.


Disc Utility>>>File>>>>New>>>>Disk Image from Folder>>> Find the folder you want to "lock", you'll need to choose the "128" encryption then enter the Password you want to use.

This turns the folder into a .dmg... In order to open it, you/they will need the password.

Wow, u know quite alot!! quite used to hiding porn are you?

lol i was thinking the same
 
Joined
Sep 13, 2006
Messages
3,570
Reaction score
470
Points
83
Location
Colorado
Your Mac's Specs
Mac's
Wow, u know quite alot!! quite used to hiding porn are you?

Actually.. no... not a drop of p0rn on my computers... literally, not a drop... it's just not my thing. I also have no self-made hidden folders either. But, I do know some unix commands to do these things, so I just thought I'd share.
 
Joined
Mar 30, 2006
Messages
1,611
Reaction score
72
Points
48
Location
Southern California
Your Mac's Specs
Unibody MBP 2.4 GHz C2D/27" Core i7 iMac
Nope. But terminal certainly would if you know the commands to use.

If it is VERY "confidential" just but a .dmg inside the hidden folder.

Or... break away from the p0rn addiction.

hahaha
 
Joined
Mar 11, 2004
Messages
1,964
Reaction score
174
Points
63
Or go into the Applications folder, right-click on an app, choose Show Folder Contents, and hide the file in there. I don't have access to a Mac running OS X, so I don't know whether Spotlight would find it.

But who, especially if the person doesn't know Macs all that well, expects a file to be in an application icon? And if she doesn't know of the file's existence, she wouldn't search for it, anyway.
 
Joined
Sep 13, 2006
Messages
3,570
Reaction score
470
Points
83
Location
Colorado
Your Mac's Specs
Mac's
Or go into the Applications folder, right-click on an app, choose Show Folder Contents, and hide the file in there. I don't have access to a Mac running OS X, so I don't know whether Spotlight would find it.

But who, especially if the person doesn't know Macs all that well, expects a file to be in an application icon? And if she doesn't know of the file's existence, she wouldn't search for it, anyway.

Spotlight does not show the folder within the App contents... I checked.
 
Joined
Jan 13, 2007
Messages
4,773
Reaction score
166
Points
63
Location
Central New York
Your Mac's Specs
15in i7 MacBook Pro, 8GB RAM, 120GB SSD, 500GB HD
You can buy Exces, which is a GUI for the command line creation of password protected .DMGs. I think its $15
 
Joined
Mar 9, 2004
Messages
9,065
Reaction score
331
Points
83
Location
Munich
Your Mac's Specs
Aluminium Macbook 2.4 Ghz 4GB RAM, SSD 24" Samsung Display, iPhone 4, iPad 2
You can buy Exces, which is a GUI for the command line creation of password protected .DMGs. I think its $15
Disk utility already has a GUI for creating password protected DMGs, why spend 15$?
 
Joined
Jan 13, 2007
Messages
4,773
Reaction score
166
Points
63
Location
Central New York
Your Mac's Specs
15in i7 MacBook Pro, 8GB RAM, 120GB SSD, 500GB HD
I didn't, got it free from MacHeist, but it's another option.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top