document updated 14 years ago, on Sep 9, 2010
Using KeyPass as a master password agent ("master"=possibly triggering other password agents beneath it).
- you can make KeePass start up PuTTY by using URLs
- you can make AutoHotkey scripts that use KeyPass passwords by:
- use the .ahk script as the URL
- make the URL include {USERNAME} and/or {PASSWORD} as parameters
- in your AutoHotkey script, use %1% and %2% to read in the parameters (the username and password)
- do what you'd normally do via AutoHotkey