J35u5_M4 Posted January 5, 2010 Share Posted January 5, 2010 You see, many years ago I found a program on my school that locked folders/files and asked for a password to access them, I'm looking for a program that does this because, well, I'm having a trouble with some people searching my stuff on my computer, so I kinda want privacy and I want to lock some folders with passwords. Thanks :3 Link to comment Share on other sites More sharing options...
Denismage Posted January 5, 2010 Share Posted January 5, 2010 Well, if you don't really mind it not being a folder, but a file which you can mount into a partition, I suggest truecrypt. It can be used on any computer and carried with you on a flash drive. Link to comment Share on other sites More sharing options...
Mil Posted January 5, 2010 Share Posted January 5, 2010 Password protected .rar archive? Link to comment Share on other sites More sharing options...
shawn3090 Posted January 6, 2010 Share Posted January 6, 2010 At my school they do the same, except they use a Windows server with an account for every user. Users have personal folders on the server that have passwords. I haven't seen anything foreign (non-Microsoft) being used to password-protect folders, though. [hide=Stats][/hide]"One death is a tragedy. A million deaths is a statistic."-Joseph Stalin Link to comment Share on other sites More sharing options...
J35u5_M4 Posted January 6, 2010 Author Share Posted January 6, 2010 Na, I'm not looking for .rars as I look at the archives sometimes (They're conversation logs and such) Link to comment Share on other sites More sharing options...
Perry Posted January 7, 2010 Share Posted January 7, 2010 I highly doubt you are going to get a program like this without forking out some amount cash. Here are some options for you, they are 25 use and 35 use trials respectivley Easy Private Disk and Easy File Encryption. Link to comment Share on other sites More sharing options...
Sbrideau Posted January 7, 2010 Share Posted January 7, 2010 I found this while looking around: Folder Lock, it has a good rating by WoT users. Link to comment Share on other sites More sharing options...
Zibl Posted January 12, 2010 Share Posted January 12, 2010 cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%==ENTER PASSWORD HERE goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:End #1 - Copy & paste the above code in to notepad.#2 - In the above code, in red, where it says 'ENTER PASSWORD HERE'... simply type whatever you want your password to be.#3 - Save the file as whatever name you want .BAT (for example: folderlocker.bat) instead of .TXT .#4 - Double click the .BAT file you just saved and you'll get a cmd prompt asking for your password. This will open a new 'Locker' folder.#5 - Add, remove, check, edit, etc. whatever it is you want to in this folder. When you're done & want to lock it back up, just double click the .BAT file again and hit "Y". I'm not sure if this is exactly what you're looking for, but it's simple and quick without the need for downloading a program. RS Name: Zibl || Click Signature for my RS Life Story![ 87 Combat ] [ 1240 Total ] [ Ex-RSC Professional Merchant ]12.20.01 - 10.5.05 || Status: RetiredTotal losses in 5 years = just over 630 million gp (BILLIONS in today's prices) Link to comment Share on other sites More sharing options...
Vulxai Posted January 13, 2010 Share Posted January 13, 2010 If nothing else, you could always just try to make them hidden folders, then Show Hidden Files when you want them, and Hide them when you don't. ~ Proud Father ~ Proud (Currently Deployed) Army National Guardsmen ~ Proud Lakota ~ Retired Tip.It Crew ~ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now