词条 | Google Authenticator |
释义 |
| logo = Google Authenticator for Android icon.png | logo caption = | logo size = | logo alt = | screenshot = | caption = Screenshot of the Google Authenticator software package running on the Android mobile operating system | screenshot size = | screenshot alt = | collapsible = | author = | developer = Google | released = {{Start date and age|2010|9|20}}[1] | discontinued = | latest release version = | latest release date = | latest preview version = | latest preview date = | programming language = | repo = {{ URL | https://github.com/google/google-authenticator }} | operating system = Android, iOS, BlackBerry OS | platform = Mobile | size = | language = | language count = | language footnote = | genre = | license = Proprietary (earlier versions were under Apache License 2.0) | alexa = | website = | standard = | AsOf = }}Google Authenticator is a software-based authenticator that implements two-step verification services using the Time-based One-time Password Algorithm (TOTP; specified in RFC 6238) and HMAC-based One-time Password algorithm (HOTP; specified in RFC 4226), for authenticating users of mobile applications by Google.[2] When logging into a site supporting Authenticator (including Google services) or using Authenticator-supporting third-party applications such as password managers or file hosting services, Authenticator generates a six- to eight-digit one-time password which users must enter in addition to their usual login details. Previous versions of the software were open-source but subsequent releases are proprietary.[3] Typical use caseTo use Authenticator, the app is first installed on a smartphone. It must be set up for each site with which it is to be used: the site provides a shared secret key to the user over a secure channel, to be stored in the Authenticator app. This secret key will be used for all future logins to the site.{{Citation needed|date=June 2016}} To log into a site or service that uses two-factor authentication and supports Authenticator, the user provides username and password to the site, which computes (but does not display) the required six-digit one-time password and asks the user to enter it. The user runs the Authenticator app, which independently computes and displays the same password, which the user types in, authenticating their identity.{{Citation needed|date=June 2016}} With this kind of two-factor authentication, mere knowledge of username and password is not sufficient to break into a user's account; the attacker also needs knowledge of the shared secret key, or physical access to the device running the Authenticator app. An alternative route of attack is a man-in-the-middle attack: if the computer used for the login process is compromised by a trojan, then username, password and one-time password can be captured by the trojan, which can then initiate its own login session to the site or monitor and modify the communication between user and site.{{Citation needed|date=June 2016}} Technical descriptionThe service provider generates an 80-bit secret key for each user (whereas RFC 4226 §4 requires 128 bits and recommends 160 bits).[4] This is provided as a 16, 26 or 32 character base32 string or as a QR code. The client creates an HMAC-SHA1 using this secret key. The message that is HMAC-ed can be:
A portion of the HMAC is extracted and converted to a six-digit code. Pseudocode for one-time password (OTP)function GoogleAuthenticatorCode(string secret) key := 5B5E7MMX344QRHYO message := floor(current Unix time / 30) hash := HMAC-SHA1(key, message) offset := last nibble of hash truncatedHash := hash[offset..offset+3] //4 bytes starting at the offset Set the first bit of truncatedHash to zero //remove the most significant bit code := truncatedHash mod 1000000 pad code with 0 from the left until length of code is 6 return code Other authentication softwareThe Google Authenticator app for Android was originally open source, but later became proprietary.[3] Google made earlier source for their Authenticator app available on its GitHub repository; the associated development page states: "This open source project allows you to download the code that powered version 2.21 of the application. Subsequent versions contain Google-specific workflows that are not part of the project."[6] Following Google Authenticator ceasing to be open source, a free-software clone named FreeOTP[5][3] was created, predominantly a fresh rewrite but including some code from the original.Google provides Android,[6] BlackBerry, and iOS[7] versions of Authenticator. Several other versions of authentication software are available. Those that use TOTP and HMAC in addition to other two-factor authentication can authenticate with the same sites and processes as Google Authenticator. Some of the listed software is available in versions for several platforms. {{div col}}
See also
References1. ^{{cite web|url=https://techcrunch.com/2010/09/20/google-secure-password/|title=Google Is Making Your Account Vastly More Secure With Two-Step Authentication - TechCrunch|work=TechCrunch|date=2010-09-20|accessdate=2016-03-12}} 2. ^{{cite web|title=GitHub - google/google-authenticator: Open source version of Google Authenticator (except the Android app)|url=https://github.com/google/google-authenticator|website=GitHub|publisher=Google|language=EN|quote=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.}} 3. ^1 2 Willis, Nathan (22 January 2014)."[https://lwn.net/Articles/581086 FreeOTP multi-factor authentication]". LWN.net. Retrieved 10 August 2015. 4. ^{{cite web|url=https://tools.ietf.org/html/rfc4226#section-4 |title=RFC 4226 - HOTP: An HMAC-Based One-Time Password Algorithm |publisher=Tools.ietf.org |date=2005-02-15 |accessdate=2019-03-25}} 5. ^{{cite web|url=https://github.com/freeotp/freeotp-android/|title=FreeOTP|publisher=}} 6. ^https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2 A 7. ^{{cite web|url=https://itunes.apple.com/app/google-authenticator/id388497605?mt=8|title=Google Authenticator|work=App Store}} 8. ^{{cite web|url=http://www.windowsphone.com/s?appid=e7994dbc-2336-4950-91ba-ca22d653759b|title=Authenticator|date=4 April 2013}} 9. ^{{cite web|url=http://www.windowsphone.com/s?appid=8a30b055-500a-4d37-af06-a5121b386ac4|title=Virtual TokenFactor|date=26 February 2012}} 10. ^{{cite web|url=http://forum.xda-developers.com/showthread.php?t=956184|title=[APP]Google Authenticator for Windows Mobile|work=XDA Developers}} 11. ^{{cite web|url=http://blog.jcuff.net/2011/02/cli-java-based-google-authenticator.html|title=http://blog dot jamesdotcuff dot net|publisher=}} 12. ^{{cite web|url=https://github.com/mclamp/jauth#readme|title=mclamp/JAuth|work=GitHub}} 13. ^{{cite web|url=https://github.com/kamenitxan/FXAuth|title=kamenitxan/FXAuth|work=GitHub}} 14. ^{{cite web|url=https://code.google.com/p/gauthj2me/|title=gauthj2me - Google Authentification in Java Mobile, j2me - Google Project Hosting|publisher=}} 15. ^{{cite web|url=https://code.google.com/p/lwuitgauthj2me/|title=lwuitgauthj2me - Google Authenticator for J2ME phones - Google Project Hosting|publisher=}} 16. ^{{cite web|url=https://bitbucket.org/chunlinyao/mobile-otp/overview|title=chunlinyao / mobile-otp — Bitbucket|publisher=}} 17. ^{{cite web|url=http://totpme.sourceforge.net/|title=totp-me - TOTP for Java ME - Google authenticator|publisher=}} 18. ^{{cite web|url=https://code.google.com/p/gauthj2me/downloads/detail?name=gauth.prc&can=2&q=|title=gauth.prc - gauthj2me - Google Authenticator for Palm OS (converted from java) - Google Authentification in Java Mobile, j2me - Google Project Hosting|publisher=}} 19. ^{{cite web|url=https://github.com/tadeck/onetimepass|title=tadeck/onetimepass|work=GitHub}} 20. ^{{cite web|url=https://github.com/pyotp/pyotp|title=pyotp/pyotp|work=GitHub}} 21. ^{{cite web|url=https://github.com/chregu/GoogleAuthenticator.php|title=chregu/GoogleAuthenticator.php|work=GitHub}} 22. ^{{cite web|url=http://rubygems.org/gems/rotp|title=rotp - RubyGems.org - your community gem host|publisher=}} 23. ^{{cite web|url=https://github.com/ukazap/twofu|title=ukazap/twofu|work=GitHub}} 24. ^{{cite web|url=https://github.com/heapsource/active_model_otp|title=heapsource/active_model_otp|work=GitHub}} 25. ^{{cite web|url=http://gregstoll.dyndns.org/gauth/|title=GAuth|publisher=}} 26. ^{{cite web|url=https://code.google.com/p/gauth4win/|title=gauth4win - Google Authenticator for windows - Google Project Hosting|publisher=}} 27. ^{{cite web|url=http://www.maxoutput.com/authenticator/|title=MOS Authenticator Home|publisher=}} 28. ^{{cite web|url=https://code.google.com/p/winauth/|title=winauth - Windows Authenticator for Battle.net / World of Warcraft / Guild Wars 2 / Glyph / WildStar / Google / Bitcoin - Google Project Hosting|publisher=}} 29. ^{{cite web|url=https://github.com/glacasa/TwoStepsAuthenticator|title=glacasa/TwoStepsAuthenticator|work=GitHub}} 30. ^{{cite web|url=https://github.com/gbraad/html5-google-authenticator|title=gbraad/html5-google-authenticator|work=GitHub}} 31. ^{{cite web|url=http://store.ovi.com/content/273598|title=Nokia Store: Download GAuth and many other games, wallpaper, ringtones and mobile apps on your Nokia phone|author=Techtransit|publisher=}} 32. ^{{cite web|url=https://openrepos.net/content/stozze/sgauth|title=SGAuth|publisher=}} 33. ^{{cite web|url=https://openrepos.net/content/seiichiro0185/sailotp|title=SailOTP}} 34. ^{{cite web|url=https://code.google.com/p/google-authenticator-apache-module/|title=google-authenticator-apache-module - Apache Module for Two-Factor Authentication via Google Authenticator - Google Project Hosting|publisher=}} 35. ^1 {{cite web|url=https://code.google.com/p/google-authenticator/|title=google-authenticator - Two-step verification - Google Project Hosting|publisher=}} 36. ^{{cite web|url=https://code.google.com/p/oauth-pam/|title=oauth-pam - PAM for use with OAuth Websites - Google Project Hosting|publisher=}} 37. ^{{cite web|url=https://chrome.google.com/webstore/detail/bhghoamapcdpbohphigoooaddinpkbai|title=Authenticator|publisher=}} 38. ^{{cite web|url=https://itunes.apple.com/us/app/authy/id494168017?mt=8|title=Authy|work=App Store}} 39. ^{{cite web|url=https://itunes.apple.com/us/app/duo-mobile/id422663827?mt=8|title=Duo Mobile|work=App Store}} 40. ^{{cite web|url=https://itunes.apple.com/us/app/otp-auth/id659877384?mt=8|title=OTP Auth|work=App Store}} External links
4 : Articles with example pseudocode|Computer access control|Google services|Computer-related introductions in 2010 |
随便看 |
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。