Research and Implementation of Secure Password Input under Windows

WANG Hai-chen,SHI Yong,XUE Zhi
DOI: https://doi.org/10.3969/j.issn.1009-8054.2011.04.023
2011-01-01
Abstract:Key-loggers for malicious purpose acquire the confidential information by capturing users' input key-stokes,thus resulting in serious threat on computers' security. Research and implementation of secure password input tools can protect the system from such threat. Aiming at various key-logging techniques,How to protect password input and implement one utility in combination of protection in both Ring 0 and Ring 3 is studied. In Ring 3,Windows Hooks and IAT Hook are applied to preventing message interceptions. In Ring 0,protection is realized by using IOAPIC to reassign the keyboard interrupt handler. This paper provides a useful way for guaranteeing the safety of password input.
What problem does this paper attempt to address?