PDA

JOIN THE FORUM LOUNGE!

By Joining The Forum Lounge you will be able to see the pictures in this thread and post a reply. Also, after 25 posts you'll be able to see the hidden forums as well!

It's free and all of your information is confidential.

Click here to begin interacting!
Click here to register

Join in on this Discussion and see the pictures. Click here-> : how do i add a password to a folder on my comp?


Palumbo
07-14-2006, 04:21 AM
id like to add a password to a folder on my comp for personal reasons ( :boobies: )

how do i do this?

c00lduke
07-14-2006, 04:54 AM
IF you have XP you can make it so only your login has rights to that folder

Animal
07-14-2006, 05:11 AM
You can encrypt files easily with OpenSSL.... Never tried it with folders before though [Edit: Doesn't work]. I usually stick with AES-256-CBC encrypting a .gz file and don't embed a checksum. There's no way in hell you're gonna crack that shit. Not in this lifetime. You can invoke some tar or gzip/gunzip kung-fu to have it compress an entire folder, then pipe that into openssl and output a neat little encrypted tarball/gz file.
openssl enc -e -aes-256-cbc -out outfile < infile openssl enc -d -aes-256-cbc < infile -out outfile

Zero
07-16-2006, 12:34 PM
IF you have XP you can make it so only your login has rights to that folder

+1

Savington
07-16-2006, 11:48 PM
Google ABC Lock. It hides folders on your computer - and I mean HIDES them. Like, the disc space actually appears open, hides them.

entropie
05-16-2007, 02:40 AM
if you're using winxp you can use winzip to add a password/encrypt a .zip file.

if you're using osx you can create a diskimg and password protect it using disk utility

entropie
05-17-2007, 04:21 AM
also, password protecting shared folders on winxp is not possible. you have to use the ntfs file permissions / share permissions to add a password, and you can only do it with xp pro.

IaMtHeRuThLeSs1
07-25-2007, 09:20 PM
another program I used a long time ago was called FolderLock...very user friendly...not sure if its still around though.

It worked great.

Zero
08-08-2007, 12:55 PM
also, password protecting shared folders on winxp is not possible.
Yes it is... with the method you listed below.
you have to use the ntfs file permissions / share permissions to add a password, and you can only do it with xp pro.

poopsmith
09-16-2007, 03:04 PM
folderlock

jensklemp_460
11-18-2007, 11:00 PM
GOtta hid the pron, eh?

flyingdagger
02-10-2008, 10:37 AM
Dont add its a lock that you'll not be able to open

JOIN THE FORUM LOUNGE!

By Joining The Forum Lounge you will be able to see the pictures in this thread and post a reply. Also, after 25 posts you'll be able to see the hidden forums as well!

It's free and all of your information is confidential.

Click here to begin interacting!
Click here to register