|
Project Information
Featured
Links
|
OverviewThe Google Authenticator project includes implementations of one-time passcode generators for several mobile platforms, as well as a pluggable authentication module (PAM). One-time passcodes are generated using open standards developed by the Initiative for Open Authentication (OATH) (which is unrelated to OAuth). These implementations support the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm specified in RFC 6238. ImplementationsThis project currently offers mobile application implementations of HOTP/TOTP for Android, iOS, and Blackberry, as well as a PAM module. Google Authenticator for AndroidThe Android mobile app supports:
Google Authenticator for iOSThe iOS mobile app supports:
Google Authenticator for BlackberryThe BlackBerry mobile app supports:
PAM ModuleThe PAM module can add a two-factor authentication step to any PAM-enabled application. It supports:
Source CodeYou can download the project's source code from the Git repository. See more details in CheckingOut. |