翻訳者レビュー ( 英語 → 日本語 )
評価: 52 / ネイティブ 日本語 / 0 Reviews / 2014/04/27 08:36:44
Time-based One-time Password Algorithm (TOTP) is an algorithm that computes a one-time password from a shared secret key and the current time. It has been adopted as Internet Engineering Task Force standard RFC 6238,[1] is the cornerstone of Initiative For Open Authentication (OATH) and is used in a number of two factor authentication systems.
TOTP is an example of a hash-based message authentication code (HMAC). It combines a secret key with the current timestamp using a cryptographic hash function to generate a one-time password. The timestamp typically increases in 30-second intervals, so passwords generated close together in time from the same secret key will be equal.
タイムベース・ワンタイムパスワード・アルゴリズム(TOTP)とは秘密鍵と現在時間を共有する一度きりのパワードを生成するアルゴリズムである。インターネット技術タスクフォースRFC 6238,[1]に採用され、TOTPはオープン認証企画(OATH)の基になり2段階認証システムの内の1つに用いられている。
TOTPはハッシュベースメッセージ認証符号(HMAC)の1例である。秘密鍵と暗号学的ハッシュ関数を用いるタイムスタンプを結びつけワンタイムパスワードを生成する。タイムスタンプは普通30秒間隔で増加し、秘密鍵から同時に結びついて生成されたパスワードは同一のものになる。