EP3378079
[0066] In some configurations, the challenge 302, the response 304, the challenge 306, and/or the response 308 may be transmitted over an encrypted link that prevents the communications from being monitored, intercepted, and/or deciphered.
【0063】
一部の構成では、チャレンジ302、応答304、チャレンジ306、及び/又は応答308は、通信がモニタ、傍受、及び/又は解読されるのを防止する暗号化リンク上で送信することができる。
The authentication module 242 and the authentication module 244 may implement an authentication protocol that is compliant with at least one of the Advanced Encryption Standard (AES) or the Triple Data Encryption Algorithm (3DES or TDEA) authentication standard.
認証モジュール242及び認証モジュール244は、「高度暗号化規格(AES)」又はトリプルデータ暗号化アルゴリズム(3DES又はTDEA)認証規格のうちの少なくとも一方に準拠する認証プロトコルを実施することができる。
AES (a subset of the Rijndael cipher) uses a symmetric-key algorithm, meaning the same key is used for both encrypting and decrypting the data.
AES(ラインダール暗号の部分集合)は、対称鍵アルゴリズムを使用し、すなわち、データを暗号化するのと復号するのとの両方に対して同じ鍵が使用される。
DES is also a symmetric-key block cipher.
DESは、対称鍵ブロック暗号でもある。
In other configurations, the authentication module 242 and/or the authentication module 244 may implement other suitable authentication protocols, such as public-key encryption (also known as asymmetric key encryption).
他の構成では、認証モジュール242及び/又は認証モジュール244は、公開鍵暗号化(非対称鍵暗号化としても公知)のような他の適切な認証プロトコルを実施することができる。
WO2013049735
[00111] In various encryption methods, ciphers may require a supplementary piece of information called a key.
【0087】
様々な暗号化方法では、暗号は、鍵と呼ばれる捕捉情報を必要とする場合がある。
A key may consist, for example, of a string of bits.
鍵は、例えば、ビットのストリングから成り得る。
A key may be used in conjunction with a cipher to encrypt plaintext.
鍵を暗号と併せて使用して、平文を暗号化することができる。
A key may also be used in conjunction with a cipher to decrypt ciphertext.
又、鍵を暗号と併せて使用して、暗号文を復号化することもできる。
In a category of ciphers called symmetric key algorithms (e.g., private -key cryptography), the same key is used for both encryption and decryption.
対称鍵アルゴリズム(例えば、秘密鍵暗号方式)と呼ばれる暗号のカテゴリでは、同じ鍵が暗号化と復号化の両方に使用される。
The sanctity of the encrypted information may thus depend on the key being kept secret.
従って、暗号化情報の神聖さは、秘密とされる鍵に依存し得る。
Examples of symmetric key algorithms are DES and AES. In a category of ciphers called asymmetric key algorithms (e.g., public-key cryptography), different keys are used for encryption and decryption.
対称鍵アルゴリズムの例は、DES及びAESである。非対称鍵アルゴリズム(例えば、公開鍵暗号方式)と呼ばれる暗号のカテゴリでは、異なる鍵が暗号化と復号化に使用される。
With an asymmetric key algorithm, any member of the public may use a first key (e.g., a public key) to encrypt plaintext into ciphertext.
非対称鍵アルゴリズムを用いると、如何なる一般市民も、第1の鍵(例えば、公開鍵)を使用して平文を暗号文に暗号化することができる。
However, only the holder of a second key (e.g., the private key) will be able to decrypt the ciphertext back in to plaintext.
しかし、第2の鍵(例えば、秘密鍵)の所有者のみが、暗号文を平文に復号化することができる。
An example of an asymmetric key algorithm is the RSA algorithm.
非対称鍵アルゴリズムの例は、RSAアルゴリズムである。