Author |
Message |
CubicalGangster
|
Posted: Mon Jan 01, 2007 7:22 pm Post subject: Putting a Password on a folder |
|
|
This may have nothing to do with programming but i thought if i needed an answer to post here.
How can I put a password on a folder on my PC? I am running windows xp if that helps. I do not need one for an account on my comp just the one folder to keep fools outta my work at my house. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Hackmaster
|
Posted: Mon Jan 01, 2007 8:32 pm Post subject: (No subject) |
|
|
huh...?
Um...creating a password file is easy... if you are doing what I think you are.... which is to make a file that holds multiple passwords.
just type it into notepad...
if you want encryption, then you are going to to need to make an algorhythmn to encrypt it... and then, yes, coding helps. |
|
|
|
|
![](images/spacer.gif) |
Cervantes
![](http://compsci.ca/v3/uploads/user_avatars/1023105758475ab2e040bde.jpg)
|
Posted: Mon Jan 01, 2007 8:48 pm Post subject: (No subject) |
|
|
Huh? No, that's not what he wants at all. He wants to protect a single folder with a password, not create a file to remember all his passwords.
I'm not sure how to do this, but I know a few things: you'll need to be the owner of the folder; any administrator will be able to see the folder (I think); putting the sensitive files in your home folder would probably be easiest. |
|
|
|
|
![](images/spacer.gif) |
CubicalGangster
|
Posted: Mon Jan 01, 2007 8:53 pm Post subject: (No subject) |
|
|
uhhhh..... can i get that in laymens terms just how to put a password on a regular folder so in order to access it I have to type in the password |
|
|
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
Posted: Mon Jan 01, 2007 9:29 pm Post subject: (No subject) |
|
|
Install a real operating system that has file permissions, then change ownership of the folder to the user in question. You must login as that user in order to access the files.
If you're on winders, use something like WinRAR in order to encrypt it with a password. That's about it. |
|
|
|
|
![](images/spacer.gif) |
md
![](http://compsci.ca/v3/uploads/user_avatars/1849317514ed6c4399768d.png)
|
Posted: Mon Jan 01, 2007 10:26 pm Post subject: (No subject) |
|
|
windows 2k and on actually uses a VERY good file permission model, arguably it's better then the standard *nix model. Unfortunately it only really works if you setup multiple user accounts (as you'd have in linux), if you only have a single user account that everyone shares you're boned. |
|
|
|
|
![](images/spacer.gif) |
bugzpodder
![](http://www.vbforums.com/avatar.php?userid=31755&dateline=1038631511)
|
Posted: Mon Jan 01, 2007 10:52 pm Post subject: (No subject) |
|
|
of course, i learned a lot about FS in posix and windoze in my OS class, but proceed to forget everything. In anycase, look into magic folders. i remember using it back in the 98 days to hide stuff, hehe fun. probably not free though |
|
|
|
|
![](images/spacer.gif) |
bugzpodder
![](http://www.vbforums.com/avatar.php?userid=31755&dateline=1038631511)
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
cool dude
![](http://www.taylorstrategicmarketing.com/images/king.jpg)
|
Posted: Tue Jan 02, 2007 11:43 am Post subject: (No subject) |
|
|
surprised nobody mentioned this. here is an easy way without downloading any software.
1. right click on desktop
2. new - compressed folder
3. place any files that you want to encrypt into this folder you just made
4. click on the files you want to add a password to and then click on file add password. |
|
|
|
|
![](images/spacer.gif) |
Clayton
![](http://compsci.ca/v3/uploads/user_avatars/1718239683472e5c8d7e617.jpg)
|
Posted: Tue Jan 02, 2007 1:14 pm Post subject: (No subject) |
|
|
Uhh...
rdrake wrote: If you're on winders, use something like WinRAR in order to encrypt it with a password. That's about it.
![Rolling Eyes Rolling Eyes](http://compsci.ca/v3/images/smiles/icon_rolleyes.gif) |
|
|
|
|
![](images/spacer.gif) |
|