Translator Reviews ( English → Japanese )

Rating: 58 / 1 Review / 27 Apr 2014 at 08:38

engetu18
engetu18 58 大学院博士後期課程の学生です。専門分野が情報科学なので、IT関連に深い興味...
English

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.

Japanese

時刻ベースのワンタイムパスワードアルゴリズム(TOTP)は共有鍵と現時刻から一度のみ有効なパスワードを生成するアルゴリズムである。そのアルゴリズムは、Internet Engineering Task ForceのRFC 6238[1] で標準として採択されており、Open Authentication(OATH)の基礎となるとともに、大多数の二要素認証システムにおいて用いられている。

TOTPはハッシュベースのメッセージ認証符号(HMAC)の一つであり、暗号学的ハッシュ関数を用いることで、共有鍵とタイムスタンプを合成して、ワンタイムパスワードを生成する。典型的にタイムスタンプは30秒間隔でカウントアップされるため、同じ共有鍵から生成された直近の時刻のパスワードは一致する。

Reviews ( 1 )

jojo 61 speedy & straight
jojo rated this translation result as ★★★★ 28 Apr 2014 at 09:36

original
時刻ベースのワンタイムパスワードアルゴリズム(TOTP)は共有鍵と現時刻から一度のみ有効なパスワードを生成するアルゴリズムである。そのアルゴリズムは、Internet Engineering Task ForceRFC 6238[1] で標準として採択されており、Open Authentication(OATH)の基礎となるとともに、多数の二要素認証システムにおいて用いられている。

TOTPはハッシュベースのメッセージ認証符号(HMAC)の一であり、暗号学的ハッシュ関数を用いることで、共有鍵とタイムスタンプを合成し、ワンタイムパスワードを生成する。典型的にタイムスタンプは30秒間隔でカウントアップされるため、同じ共有鍵から生成された直近の時刻のパスワードは一致する。

corrected
時刻ベースのワンタイムパスワードアルゴリズム(TOTP)は共有秘密鍵と現時刻からワンタイムパスワードを計算するアルゴリズムである。そのアルゴリズムは、Internet Engineering Task Force規格RFC 6238[1] として採択されており、Initiative For Open Authentication(OATH)の基礎となるとともに、多数のツーファクタ認証システムにおいて用いられている。

TOTPはハッシュベースのメッセージ認証コード(HMAC)の一であり、暗号ハッシュ関数を使して共有鍵とタイムスタンプを合成し、ワンタイムパスワードを生成する。典型的にタイムスタンプは30秒間隔でカウントアップされるため、同じ共有鍵から生成された直近の時刻のパスワードは一致する。

Add Comment