I removed the version for Internet Explorer from the site, since IE it is no longer supported (but I hope I will find the time to create an Edge extension ...).
To preserve the code, I attached it to the original post :-)
Hi all,
Updates KeeForm 2.02 and KeeFormFF 2.03 are available now
Fixed the following issues:
1. Firefox problem with Umlauts or other non ASCII characters in usernames or passwords
2. Unattended installation mode doesn't suppress message boxes
3. Help file updates
https://www.keeform.org
https://www.keeform.org
More info at:
https://www.keeform.org
Cheers,
Dave
Hi all,
Thanks for reporting the problem with german Umlauts in the Firefox version of KeeForm. I fixed it and released a beta version for testing (v2.03). You should only download this if you use or intend to use special/non-ASCII characters in your passwords.
You can download the beta version at:
https://www.keeform.org
More info at:
https://www.akeeform.org
Cheers,
Dave
Just FYI KeeForm 2.02 for 2.02 released. Download at http://keepass.info/plugins.html#formfiller Change log: Added option for portable FirefoxUpgrade Mozrepl to 1.0.0.2009122217 to support FF 3.6b5Set working dir to KeeForm.exe dirAdjustments for Firefox 3.5 and 3.6 supportIncreased timeout from 10s to 20sIncreased mutex timeoutImproved window titleBetter support for SandboxieFixed KeeFormFF.chm shortcutFixed special javascript characters in passwords and usernamesFixed typo in error messageWindows 7 supportUpdated documentationCheers, Dave
Just FYI
The stable version of KeePass 2.08 has been released (yes after two years of beta ;-)
http://keepass.info/news/n090705_2.08.html
In case you plan to switch from KeePass 1.x to KeePass 2.x, KeeForm works with both versions.
Cheers,
Dave
KeeFom only supports IE (as described in the help file). I am evaluating Firefox support at the moment. If you want to test the current version, send me your email.
Just to clarify a frequently asked question:
KeeForm can be installed for KeePass "1.15 or higher" and "2.07 or higher". The installations can be side by side.
Cheers,
Dave
A new version of KeeForm is available (see first post). The new version features an easy-to-use installer including automatic KeePass configuration and IE8 support. It it also tested on Windows 7.
Cheers,
Dave
Zorax,
Maybe your AV has deleted these files? AV programs sometimes falsely target programs created with autoitscript (there are numerous postings about this here in the forum). You could check the log of you AV program.
You can avoid any "AV false alerts" by using Keeform.au3 instead of KeeForm.exe. For example
cmd://"{APPDIR}\KeeForm.au3" "{URL}" "{USERNAME}" "{PASSWORD}" {ENTERFORM}
The only prerequisite is to install AutoIt first.
Cheers,
Dave
Chris, I tried KeePass 2.06 and KeeForm. Seems to work fine. No idea what is wrong in your case, but you could run KeeForm in debug mode and send me the result: cmd://"{APPDIR}\KeeForm" {URL} {USERNAME} {PASSWORD} "" {KEEFORMDEBUG} You can capture and view the output with http://download.sysinternals.com/Files/DebugView.zip You did not get any output? In that case KeeForm did not run (configuration not correct etc) Cheers, Dave
Girish, You can avoid any "AV false alerts" by using Keeform.au3 instead of KeeForm.exe. For example cmd://"{APPDIR}\KeeForm.au3" "{URL}" "{USERNAME}" "{PASSWORD}" {ENTERFORM} The only prerequisite is to install AutoIt first. Cheers, Dave
Chris, KeeForm does work with KeePass 2.0 beta. You can find the configuration steps in the readme file. The biggest difference is that there is no KeePass.ini any more in KeePass 2.0 (so it is actually easier to configure). You can actually configure this with '"Tools->Options->Integration->all URLs" and enter the following value cmd://"{APPDIR}\KeeForm.exe" "{URL}" "{USERNAME}" "{PASSWORD}" {ENTERFORM} But I don't recommend to use KeePass 2.0 for production since it is still beta ... Cheers, Dave