| View previous topic :: View next topic |
| Author |
Message |
clam Guest
|
Posted: Wed Oct 04, 2006 9:46 pm Post subject: wanting to protect a file |
|
|
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
|
Posted: Wed Oct 04, 2006 10:27 pm Post subject: Re: wanting to protect a file |
|
|
| 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. |
.. 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,  _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Thu Oct 05, 2006 9:13 am Post subject: |
|
|
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 |
|
 |
TeknoMusicMan
Joined: 14 Apr 2005 Posts: 188 Location: Wisconsin, USA
|
Posted: Thu Oct 05, 2006 4:18 pm Post subject: |
|
|
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 |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6223
|
Posted: Thu Oct 05, 2006 4:20 pm Post subject: |
|
|
| 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,  _________________
 |
|
| Back to top |
|
 |
|