「Google Authenticator」の版間の差分
表示
削除された内容 追加された内容
編集の要約なし |
|||
60行目: | 60行目: | ||
==外部リンク== |
==外部リンク== |
||
*{{ |
*{{Google Play}} |
||
*{{ITunes Preview App}} |
*{{ITunes Preview App}} |
||
*[http://support.google.com/a/bin/answer.py?hl=en&answer=1037451 Google Authenticator] on Google Help |
*[http://support.google.com/a/bin/answer.py?hl=en&answer=1037451 Google Authenticator] on Google Help |
2020年2月26日 (水) 11:56時点における版
開発元 | |
---|---|
初版 | 2010年9月20日[1] |
リポジトリ |
github |
対応OS | Android, iOS, BlackBerry OS |
プラットフォーム | 携帯端末 |
ライセンス | プロプライエタリフリーウェア (かつてApache License 2.0だった) |
公式サイト |
play |
Google AuthenticatorとはGoogleが開発した二段階認証(二要素認証)を行うトークンソフトウェアである。AuthenticatorはユーザーがGoogleのサービスにログインする時に必要な通常のIDとパスワードと共に入力しなければいけない6桁の数字コードを提供する。また、LastPassやDropboxといった他社製のアプリケーションでもコードを発行することが出来る。
対応環境
GoogleはiOS[2]、BlackBerry、Android[3]バージョンのAuthenticatorを提供している。他にも幾つかのサードパーティでも実装している。
- Windows Phone 7: Authenticator
- Windows Mobile: Google Authenticator for Windows Mobile
- Java CLI: Authenticator.jar
- Java GUI: JAuth
- J2ME: gauthj2me lwuitgauthj2me Mobile-OTP
- PalmOS: gauthj2me
- webOS: GAuth
- Windows: gauth4win
- HTML5: html5-google-authenticator
- MeeGo/Harmattan (Nokia N9): GAuth
技術的概要
Googleは各ユーザーに80ビット秘密鍵を生成し16文字のbase32文字列かQRコードで提供している。クライアントはUNIX時間で30秒ごとに代わるメッセージを伴ったこの秘密鍵を使ってHMAC-SHA1を作っている。HMACの部分が6桁数字のコードに変換される。
Google AuthenticatorはRFC 6238で定義されたtime-based One-time Password Algorithmを使用している。
脚注
関連項目
- セキュリティトークン
- ワンタイムパスワード
- FreeOTP: Redhatによる代替実装
外部リンク
- モジュールStringのエラー: Target string is empty Google Authenticator - Google Play
- {{App Store Preview App}}のエラー: IDを指定しておらず、ウィキデータにも入力されていません。
- Google Authenticator on Google Help
- Google Authenticator implementation in Python on Stack Overflow