|
|
#1 (permalink) |
|
New Member
![]() Join Date: Feb 2006
Posts: 11
|
I need someone who would be able to make me a password protection program that could lock up a folder with a password...so that it can only be unlocked if that password was given. What adds to this is that I want the password to change constantly, so that any given password will only work for 10 seconds...I have the algorithm to do this based on the system clock, but don't know how to write it into a program. Anyone think they could help? Will pay.
|
|
|
|
|
|
#2 (permalink) | |
|
Silver Member
![]() Join Date: Dec 2005
Age: 22
Posts: 128
|
Quote:
__________________
Athlon 3800 X2 1GB System Memory 250GB hard drive 7800GT BFG Tech 500W PSU Conroe blows the doors off my system :( |
|
|
|
|
|
|
#3 (permalink) |
|
Diamond Member
![]() Join Date: Oct 2005
Location: Atlanta
Posts: 1,355
|
there's programs out there that will lock a folder, I've got two but am not using either currently (MSI's lockbox is one, might not be free though, came with my video card). But the password changing thing would be pretty difficult
|
|
|
|
|
|
#4 (permalink) |
|
New Member
![]() Join Date: Feb 2006
Posts: 11
|
would it be possible to make the password dependant on the time? That way, the password would have to be calculated by the user who knows the specific algorithm. Based on system time so that any given password can only unlock the computer for a ten second period in time. I want something that can withstand even governmental crackers. Encryption would be nice too, but not necessary, as I could just run encryption afterwards.
|
|
|
|
|
|
#5 (permalink) | |
|
Silver Member
![]() Join Date: Dec 2005
Age: 22
Posts: 128
|
Quote:
__________________
Athlon 3800 X2 1GB System Memory 250GB hard drive 7800GT BFG Tech 500W PSU Conroe blows the doors off my system :( |
|
|
|
|
|
|
#6 (permalink) |
|
New Member
![]() Join Date: Feb 2006
Posts: 11
|
any programming system, any os...I have a hard disk full of files that I want protected if I was to put them online, so that only my friends could access them...I have the algorithm....it is the application I need help with.
|
|
|
|
|
|
#8 (permalink) |
|
Platinum Member
![]() Join Date: Sep 2004
Age: 26
Posts: 619
|
Okay...
If it is on a campus run FTP server, it won't matter. You would have to physically encrypt the file; meaning to use the file it needs to be unencrypted. You could encrypt the entire folder, but again, you would need to decrypt the whole folder to access the contents. You can't set file sharing permissions as a non admin on a server that excludes the admin. So basicly to just have it as a protected folder would still allow the server admin access to it. If it is on a personal FTP server, then SSL will be secure enough, as the school would have to break at least 128 bit encryption to access the files. Only those with the proper permissions can gain access. Frankly the school has better things to do and I guarentee there are enough kids with blatent sharing violations to keep them busy. They won't mess with a private SSL protected FTP server. Now the government and NSA will get in if they want to, regardless of your security. If they want it bad enough they will just take the entire computer and extract the data the hard way. if you're that worried about it, then maybe you (i mean your friend) shouldn't be sharing it in the first place.
__________________
Asus A7N8x delux Nforce 2 AMD Athlon 2800+ (barton core) 512 meg Corsair DDR 400 Gainward G-force FX 5200 Dell 6000i Intel Pentium M 725 (1.60 GHz/2MB Cache/400MHz FSB) ATI MOBILITY RADEON X300 64MB HyperMemory 1 gig DDR2 PC2-3200 Music server: AMD K6 500 MHz 128 Meg RAM Onkyo HT-R520 Reciever 6.1 DTS ES & Dolby Digital EX |
|
|
|
|
|
#9 (permalink) | |
|
Silver Member
![]() Join Date: Dec 2005
Age: 22
Posts: 128
|
Quote:
__________________
Athlon 3800 X2 1GB System Memory 250GB hard drive 7800GT BFG Tech 500W PSU Conroe blows the doors off my system :( |
|
|
|
|