Two Factor Authentication
Two-Factor Authentication is a security process which authenticates user to a sensitive information with two means of identification. These identification requires users to hold something more than a username and password which maybe a USB Token, One Time Password (mobile device or token ) or simply X509 Certificate with private and public key pair.
- Smart Cards and USB Tokens based PKI Authentication.
- Java/.NET, X509 Certificate PKI based authentication. Which provides cheaper solution than hardware based authentication mechanisms
- OTP Token based authentication.
- OTP Via SMS authentication.


