1. OT: anti keylogger password frontend
- Posted by Alan Oxley <fizzpop at axemail.co.za> Apr 05, 2007
- 462 views
I'm planning to use win32lib to scroll icons representing letters, numbers etc accross the screen. My app will track the mouse pointer position and if that corresponds with a single icon for the duration of a timer, then that icon/char will be assumed to be a char of the passphrase. The whole idea is to NOT have a mouse click, or worse still, a keypress when a passphrase char is entered. While the app is running all network ports will be closed; also a record of all open files are made, and these checked for possible screen grabbing( file is being written to at a fair rate). Only something recording the screen like a movie will be able to determine what the passphrase chars entered are. If I check for ports and open files, have I got all the bases covered? TIA Alan