topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:32 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: DONE: Encrypt or lock an Autohot key script  (Read 4770 times)

ljbirns

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 229
    • View Profile
    • Donate to Member
DONE: Encrypt or lock an Autohot key script
« on: July 19, 2006, 10:00 AM »
I have an Autohotkey script which I keep on a flash drive.  The script has my secret password. ( send secret password ) When I activate the Autohotkey from the flash drive it resides in my tray. It would then be possible for a malefactor to open ( edit  ) the hotkey and read the secret password.  Is there a way to have the keystrokes read the hotkey directly from the flash drive ( best solution ) or can the hotkey be locked from edit or encrypted so it can not be read.  I tried Axcrypt but when the autohot key goes to the tray it is then in plain text.

Thanks

Lew
Lew
« Last Edit: July 19, 2006, 12:27 PM by brotherS »

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: Encrypt or lock an Autohot key script
« Reply #1 on: July 19, 2006, 10:42 AM »
Actually, any ahk script is only a pain text file. So, encrypting it would make it not run.
BUT, every ahk instalation comes with a compiler.
You can compile your script (with a password so that it can't be de-compiled) and use it as a .exe in your flash drive. Another advantage of this method is that it'll even work on computers that don't have ahk installed.

ljbirns

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 229
    • View Profile
    • Donate to Member
Re: Encrypt or lock an Autohot key script
« Reply #2 on: July 19, 2006, 11:15 AM »
Thank you jgpaiva. :Thmbsup:

Works like a charm from the flash drive. Just what i wanted.  You are a genius.

Lew
Lew