Skip to content

Open source version of Google Authenticator (except the Android app)

License

Notifications You must be signed in to change notification settings

jjdevbiz/google-authenticator

This branch is 3 commits behind google/google-authenticator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

864704a · Dec 17, 2017
Jun 13, 2016
Apr 7, 2016
Jul 19, 2011
Jul 19, 2011
Aug 15, 2016
Dec 17, 2017

Repository files navigation

Google Authenticator OpenSource

The Google Authenticator project includes implementations of one-time passcode generators for several mobile platforms. One-time passcodes are generated using open standards developed by the Initiative for Open Authentication (OATH) (which is unrelated to OAuth).

The pluggable authentication module (PAM) is in a separate project.

The Android app is in another one.

There is by design NO account backups in any of the apps.

These apps are not on the app stores, and their code has diverged from what's in the app stores, so patches here won't necessarily show up in those versions.

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.

Further documentation is available in the Wiki.

About

Open source version of Google Authenticator (except the Android app)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 43.5%
  • Objective-C 31.1%
  • HTML 25.4%