Hello!

When I code-sign my apps, I am required to enter a password.

I am using SendInput to send the password to the eToken window.
I am running a tool that watches for that specific window title, and if the window was found, it sends the password.

I don't like this approach.
Instead, I would like to be asked for my fingerprint to confirm it and THEN send the password.

Can somebody suggest a solution using VB6?

I have a Verimark Desktop fingerprint reader, but did not find an SDK, so I don't know if I am generally on the right track.
How do you handle this? Do you use a smart phone or any other solution?

Thank you!