AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

wanting to protect a file

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
clam
Guest





PostPosted: Wed Oct 04, 2006 9:46 pm    Post subject: wanting to protect a file Reply with quote

I am wanting to password protect a folder on my usb drive. Is there a way to do this using autohotkey? I have to use a thumb drive to transport information to various computers and I dont want it to fall into the wrong hands.

I made a script that checks passwords but I cant figure out how to make it run in order to open the folder.

I started off thinking I could make it autorun but cant make a usb drive autorun a file.

Thanks for any ideas, help, or advice.
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 6223

PostPosted: Wed Oct 04, 2006 10:27 pm    Post subject: Re: wanting to protect a file Reply with quote

clam wrote:
I am wanting to password protect a folder on my usb drive. Is there a way to do this using autohotkey? I have to use a thumb drive to transport information to various computers and I dont want it to fall into the wrong hands.


Sad .. I think you must encrypt/decrypt all the individual files in the said folder. You can automate the process with a Command line tool + AHK script .. Access to the script can be restricted with a password..

Just some ideas ..

Regards, Smile
_________________
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Thu Oct 05, 2006 9:13 am    Post subject: Reply with quote

There are softwares for this, I wouldn't try to do this in AHK, even if possible (big, slow...).
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
TeknoMusicMan



Joined: 14 Apr 2005
Posts: 188
Location: Wisconsin, USA

PostPosted: Thu Oct 05, 2006 4:18 pm    Post subject: Reply with quote

I agree with PhiLo, I successfully encrypted files with a AHK script but the encryption was weak and took a very long time on any decent sized file. If someone wanted to it would be easy to crack the encryption.

P.S. If this information would be in a Office document such as word or excel there is a built in encryption you can turn on.
_________________

"Make it idiot-proof, and someone will make a better idiot."


Last edited by TeknoMusicMan on Thu Oct 05, 2006 4:33 pm; edited 1 time in total
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
SKAN



Joined: 26 Dec 2005
Posts: 6223

PostPosted: Thu Oct 05, 2006 4:20 pm    Post subject: Reply with quote

TeknoMusicMan wrote:
I agree with PhiLo


I earlier wrote:
You can automate the process with a Command line tool + AHK script .. Access to the script can be restricted with a password


Regards, Smile
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group