词条 | EAX mode |
释义 |
EAX mode (encrypt-then-authenticate-then-translate[1]) is a mode of operation for cryptographic block ciphers. It is an Authenticated Encryption with Associated Data (AEAD) algorithm designed to simultaneously provide both authentication and privacy of the message (authenticated encryption) with a two-pass scheme, one pass for achieving privacy and one for authenticity for each block. EAX mode was submitted on October 3, 2003 to the attention of NIST in order to replace CCM as standard AEAD mode of operation, since CCM mode lacks some desirable attributes of EAX and is more complex. Encryption and authenticationEAX is a flexible nonce-using two-pass AEAD scheme with no restrictions on block cipher primitive to be used, nor on block size, and supports arbitrary-length messages. Authentication tag length is arbitrarily sizeable up to the used cipher's block size. The block cipher primitive is used in CTR mode for encryption and as OMAC for authentication over each block through the EAX composition method, that may be seen as a particular case of a more general algorithm called EAX2 and described in The EAX Mode of Operation[2] The reference implementation in the aforementioned paper uses AES in CTR mode for encryption combined with AES OMAC for authentication. PerformanceBeing a two-pass scheme, EAX mode is slower than a well designed one-pass scheme based on the same primitives. EAX mode has several desirable attributes, notably:
Notably, CCM mode lacks the last 2 attributes (CCM can process Associated Data, it can't pre-process it). Patent statusThe authors of EAX mode, Mihir Bellare, Phillip Rogaway, and David Wagner placed the work under public domain and have stated that they were unaware of any patents covering this technology. Thus, EAX mode of operation is believed to be free and unencumbered for any use. UseA modification of the EAX mode, so called EAX′ or EAXprime, is used in the ANSI C12.22 standard for transport of meter-based data over a network. In 2012 Kazuhiko Minematsu, Stefan Lucks, Hiraku Morita and Tetsu Iwata published a paper that proves the security of the mode with messages longer than the key, but demonstrates a trivial attack against short messages using this mode.[3] It is not possible to create vulnerable short messages compliant with the ANSI C12.22 standard, but in other contexts in which such short messages are possible, EAXprime cannot be securely used.[4] See also
References1. ^{{cite web| url=https://eprint.iacr.org/2003/069| title= EAX: A Conventional Authenticated-Encryption Mode| first1=M.| last1=Bellare| first2=P.| last2=Rogaway| first3=D.| last3=Wagner| date=2003-09-09| publisher=IACR| accessdate=2017-08-15}} 2. ^{{cite web| url=http://web.cs.ucdavis.edu/~rogaway/papers/eax.html| title=The EAX Mode of Operation (A Two-Pass Authenticated Encryption Scheme Optimized for Simplicity and Efficiency) | first1=Mihir| last1=Bellare| first2=Phillip| last2=Rogaway| first3=David| last3=Wagner| date=April 2003| work=Fast Software Encryption (FSE) 2004| accessdate=2017-08-15}} 3. ^{{cite web| url=https://eprint.iacr.org/2012/018| title=Attacks and Security Proofs of EAX-Prime| first1=Kazuhiko| last1=Minematsu| first2=Stefan| last2=Lucks| first3=Hiraku| last3=Morita| first4=Tetsu| last4=Iwata| date=2013-05-13| publisher=IACR| accessdate=2017-08-15}} 4. ^{{cite web | url=http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/comments/EAX%27/minematsu.pdf| title=Comment on EAXprime| first1=Kazuhiko| last1=Minematsu| date=2012-01-14| publisher=NIST| accessdate=2017-09-18}} External links
Software implementations
Hardware implementations{{Cryptography navbox | block | hash}} 2 : Block cipher modes of operation|Authenticated-encryption schemes |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。