Graphical identification and authentication
A GINA is a graphical identification and authentication library, which provides secure login services on Microsoft Windows operating systems. Only those systems based on the Windows NT kernel have such libraries; the Windows 95 family and earlier did not have mandatory logon.
Winlogon is the component responsible for handling the default secure attention key, loading the user profile on logon, and optionally locking the computer when a screensaver is running (requiring another authentication step). The actual obtaining and verification of user credentials is left to the GINA.
The default GINA is provided by Microsoft as part of the operating system, and offers authentication against Windows domain servers with a supplied user name/password combination. Winlogon can be configured to use a different GINA, providing for non-standard authentication methods (like smart card readers or identification based on biometrics, for example).
External link
- Winlogon and GINA, developer information on how the login components interact