Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Authenticated encryption
  4. 2002
  1. Home
  2. Topics
  3. Authenticated encryption
  4. 2002
Showing papers on "Authenticated encryption published in 2002"
Proceedings Article•10.1145/586110.586125•
Authenticated-encryption with associated-data

[...]

Phillip Rogaway1•
Chiang Mai University1
18 Nov 2002
TL;DR: This paper formalizes and investigates the authenticated-encryption with associated-data (AEAD) problem, and studies two simple ways to turn an authenticated-Encryption scheme that does not support associated- data into one that does: nonce stealing and ciphertext translation.
Abstract: When a message is transformed into a ciphertext in a way designed to protect both its privacy and authenticity, there may be additional information, such as a packet header, that travels alongside the ciphertext (at least conceptually) and must get authenticated with it. We formalize and investigate this authenticated-encryption with associated-data (AEAD) problem. Though the problem has long been addressed in cryptographic practice, it was never provided a definition or even a name. We do this, and go on to look at efficient solutions for AEAD, both in general and for the authenticated-encryption scheme OCB. For the general setting we study two simple ways to turn an authenticated-encryption scheme that does not support associated-data into one that does: nonce stealing and ciphertext translation. For the case of OCB we construct an AEAD-scheme by combining OCB and the pseudorandom function PMAC, using the same key for both algorithms. We prove that, despite "interaction" between the two schemes when using a common key, the combination is sound. We also consider achieving AEAD by the generic composition of a nonce-based, privacy-only encryption scheme and a pseudorandom function.

578 citations

Journal Article•
Security flaws induced by CBC padding -applications to SSL, IPSEC, WTLS …

[...]

Serge Vaudenay
01 Jan 2002-Lecture Notes in Computer Science
TL;DR: Various ways to perform an efficient side channel attack are shown and potential applications, extensions to other padding schemes and various ways to fix the problem are discussed.
Abstract: In many standards, e.g. SSL/TLS, IPSEC, WTLS, messages are first pre-formatted, then encrypted in CBC mode with a block cipher. Decryption needs to check if the format is valid. Validity of the format is easily leaked from communication protocols in a chosen ciphertext attack since the receiver usually sends an acknowledgment or an error message. This is a side channel. In this paper we show various ways to perform an efficient side channel attack. We discuss potential applications, extensions to other padding schemes and various ways to fix the problem.

339 citations

Proceedings Article•10.1145/586110.586112•
Authenticated encryption in SSH: provably fixing the SSH binary packet protocol

[...]

Mihir Bellare1, Tadayoshi Kohno1, Chanathip Namprempre2•
University of California, San Diego1, Thammasat University2
18 Nov 2002
TL;DR: This paper proposes several fixes to the SSH protocol and, using techniques from modern cryptography, proves that their modified versions of SSH meet strong new chosen-ciphertext privacy and integrity requirements.
Abstract: The Secure Shell (SSH) protocol is one of the most popular cryptographic protocols on the Internet. Unfortunately, the current SSH authenticated encryption mechanism is insecure. In this paper we propose several fixes to the SSH protocol and, using techniques from modern cryptography, we prove that our modified versions of SSH meet strong new chosen-ciphertext privacy and integrity requirements. Furthermore, our proposed fixes will require relatively little modification to the SSH protocol or to SSH implementations. We believe that our new notions of privacy and integrity for encryption schemes with stateful decryption algorithms will be of independent interest.

147 citations

Proceedings Article•
Completeness Theorems for the Abadi-Rogaway Language of Encrypted Expressions

[...]

Daniele Micciancio1, Bogdan Warinschi1•
University of California, San Diego1
1 Jan 2002
TL;DR: In this article, it was shown that the Abadi-rogaway logic of indistinguishability for cryptographic expressions is not complete by giving a natural example of a secure encryption function and a pair of expressions such that the distributions associated to the two expressions are computationally indistinguishable, but equality cannot be proved within the logic.
Abstract: We show that the Abadi-Rogaway logic of indistinguishability for cryptographic expressions is not complete by giving a natural example of a secure encryption function and a pair of expressions, such that the distributions associated to the two expressions are computationally indistinguishable, but equality cannot be proved within the logic. We then introduce a new property for encryption schemes, which we call confusion freeness, and show that the Abadi-Rogaway logic is sound and complete, whenever the encryption scheme used satisfies this property. We relate confusion freeness with standard cryptographic security notions, showing that any authenticated encryption scheme is confusion free. We also consider two extensions of the basic logic. The first is a refinement of the Abadi-Rogaway logic that overcomes certain limitations of the original proposal, allowing for encryption functions that do not hide the length of the message being sent. Both the soundness theorem of Abadi and Rogaway, and our completeness result for confusion free (or authenticated) encryption easily extend to this more realistic notion of secrecy. The second is an extension of the logic due to Abadi and Jurjens that allows to study more complex protocols in the presence of a passive adversary. Our completeness results holds for this extended logic as well.

113 citations

Journal Article•10.1016/S0164-1212(01)00143-1•
Convertible authenticated encryption scheme

[...]

Tzong-Sun Wu1, Chien-Lung Hsu2•
Huafan University1, National Taiwan University of Science and Technology2
15 Jun 2002-Journal of Systems and Software
TL;DR: A convertible authenticated encryption scheme that can easily produce the ordinary signature without the cooperation of the signer is proposed and is more efficient than Araki et al.'s in terms of the computation complexities and the communication costs.

80 citations

Posted Content•
Breaking and Provably Repairing the SSH Authenticated Encryption Scheme: A Case Study of the Encode-then-Encrypt-and-MAC Paradigm.

[...]

Mihir Bellare1, Tadayoshi Kohno1, Chanathip Namprempre2•
University of California, San Diego1, Massachusetts Institute of Technology2
01 Jan 2002-IACR Cryptology ePrint Archive
TL;DR: The Secure Shell (SSH) protocol is one of the most popular cryptographic protocols on the Internet as discussed by the authors, however, the current SSH authenticated encryption mechanism is insecure and it is vulnerable to attacks.
Abstract: The Secure Shell (SSH) protocol is one of the most popular cryptographic protocols on the Internet. Unfortunately, the current SSH authenticated encryption mechanism is insecure. In this paper, we propose several fixes to the SSH protocol and, using techniques from modern cryptography, we prove that our modified versions of SSH meet strong new chosen-ciphertext privacy and integrity requirements. Furthermore, our proposed fixes will require relatively little modification to the SSH protocol and to SSH implementations. We believe that our new notions of privacy and integrity for encryption schemes with stateful decryption algorithms will be of independent interest.

75 citations

Book Chapter•10.1007/3-540-36492-7_7•
On the Security of CTR + CBC-MAC

[...]

Jakob Jonsson
15 Aug 2002
TL;DR: In this article, the authors analyzed the security of the CTR + CBC-MAC (CCM) encryption mode and concluded that CCM provides a level of privacy and authenticity that is in line with other proposed modes such as OCB.
Abstract: We analyze the security of the CTR + CBC-MAC (CCM) encryption mode. This mode, proposed by Doug Whiting, Russ Housley, and Niels Ferguson, combines the CTR ("counter") encryption mode with CBC-MAC message authentication and is based on a block cipher such as AES. We present concrete lower bounds for the security of CCM in terms of the security of the underlying block cipher. The conclusion is that CCM provides a level of privacy and authenticity that is in line with other proposed modes such as OCB.

74 citations

Journal Article•10.1016/S0020-0190(01)00189-2•
Improvements of generalization of threshold signature and authenticated encryption for group communications

[...]

Chien-Lung Hsu1, Tzong-Sun Wu2, Tzong-Chen Wu1•
National Taiwan University of Science and Technology1, Huafan University2
16 Jan 2002-Information Processing Letters
TL;DR: Both the schemes proposed violate the requirement of the (k,l) threshold shared verification and two improvements are proposed to eliminate the pointed out security leaks inherent in the original schemes.

36 citations

Journal Article•
An Efficient Authenticated Encryption Scheme With Message Linkages and Low Communication Costs

[...]

Yuh-Min Tseng, Jinn-Ke Jan
01 Jan 2002-Journal of Information Science and Engineering
TL;DR: The proposed scheme requires smaller bandwidth and computational time when compared to previously pro- posed authenticated encryption schemes with message linkages, and hence, the message recovery phase could be speeded up.
Abstract: An efficient authenticated encryption scheme with message linkages is proposed. For achieving both privacy and integrity in data communications, the proposed scheme requires smaller bandwidth and computational time when compared to previously pro- posed authenticated encryption schemes with message linkages. Moreover, the proposed scheme allows the verifier to recover and verify the message blocks simultaneously, and hence, the message recovery phase could be speeded up. The security of the proposed scheme is based on the authenticated encryption scheme as well as the one-way hash cryptographic function assumption.

24 citations

Book Chapter•10.1007/3-540-36552-4_2•
Provably secure encrypt-then-sign composition in hybrid signcryption

[...]

Ik Rae Jeong1, Hee Yun Jeong1, Hyun Sook Rhee1, Donghoon Lee1, Jongin Lim1 •
Center for Information Security Technologies1
28 Nov 2002
TL;DR: DHEtS is the first promble secure signcryption schemes with public verifiability and the conditions of signing component to achieve randomness-efficiency are shown, and the computational cost and the size of a signc encryption would be greatly reduced.
Abstract: To make authenticated encryption which provides confidentiality and authenticity of a message simultaneously, a signcryption scheme uses asymmetric primitives, such as an asymmetric encryption scheme for confidentiality and a signature scheme for authentication. Among the signcryption schemes, the hybrid signcryption schemes are the signcryption schemes that use a key agreement scheme to exchange a symmetric encryption key, and then encrypt a plaintext using a symmetric encryption scheme. The hybrid signcryption schemes are specially efficient for signcrypting a bulk data because of its use of a symmetric encryption. Hence to achieve the joint goals of confidentiality and authenticity in most practical implementation, hybrid signcryption schemes are commonly used. In the paper, we study the properties of signcryption and propose a new generic hybrid signcryption scheme called DHEtS using encrypt-then-sign composition method. DHEtS uses a symmetric encryption scheme, a signature scheme, and the DH key agreement scheme. We analyze DHEtS with respect to the properties of signcryption, and show that DHEtS provides non-repudiation and public verifiability. DHEtS is the first provable secure signcryption schemes with public verifiability. If encrypting and signing components of DHEtS can use the same random coins, the computational cost and the size of a signcryption would be greatly reduced. We show the conditions of signing component to achieve randomness-efficiency.

20 citations

Proceedings Article•10.1109/TENCON.2002.1181248•
Signcryption scheme with threshold shared unsigncryption preventing malicious receivers

[...]

Zhang Zhang1, Cai Mian1, Qu Jin1•
Xidian University1
28 Oct 2002
TL;DR: A new signcryption scheme with (t, n) shared unsigncryption based on the discrete logarithm is proposed, which is the integration of the signc encryption scheme of Jung et al. (2001) and the Shamir (1979) secret sharing scheme.
Abstract: A new signcryption scheme with (t, n) shared unsigncryption based on the discrete logarithm is proposed, which is the integration of the signcryption scheme of Jung et al. (2001) and the Shamir (1979) secret sharing scheme. In this scheme, any t of n receivers can unsigncrypt the message and any t-1 or fewer receivers can not unsigncrypt the message. As compared to Hsu and Wu's authenticated encryption scheme with (t, n) shared verification, the proposed scheme has the following advantages: it is more efficient for signcryption; it can prevent malicious receivers from cheating others.
Patent•
Secure internet communication with small embedded devices

[...]

Andrew Davies, Kenneth Tindell, Andrew Hutcheon, Peter Fenelon
20 Mar 2002
TL;DR: In this article, the authors proposed an approach to provide an interfacing computing device between the end-user and the embedded device comprising an SSL/TLS proxy server/router which translates between a relatively heavyweight encryption protocol used by the end user and a relatively lightweight encryption protocol using by an embedded device.
Abstract: There are disclosed methods, systems and devices whereby SSL or TLS communications between an end-user such as a browsing agent and a small embedded device such as a microcontroller without substantial memory or processing power are made possible. One approach is to provide an interfacing computing device between the end-user and the embedded device comprising an SSL/TLS proxy server/router which translates between a relatively heavyweight encryption protocol used by the end-user and a relatively lightweight encryption protocol used by the embedded device. An alternative approach utilises an SSL/TLS assistant computing device that performs computationally expensive encryption/decryption calculations on behalf of the embedded device.
Posted Content•
The EMD Mode of Operation (A Tweaked, Wide-Blocksize, Strong PRP).

[...]

Phillip Rogaway1•
University of California, Davis1
01 Jan 2002-IACR Cryptology ePrint Archive
TL;DR: It is suggested that EMD provides an attractive solution to the disk-sector encryption problem, where one wants to encipher the contents of an nm-bit disk sector in a way that depends on the sector index and is secure against chosen-plaintext/chosen-ciphertext attack.
Abstract: We describe a block-cipher mode of operation, EMD, that builds a strong pseudorandom permutation (PRP) on nm bits (m ≥ 2) out of a strong PRP on n bits (i.e., a block cipher). The constructed PRP is also tweaked (in the sense of [10]): to determine the nm-bit ciphertext block C = EK(P ) one provides, besides the key K and the nm-bit plaintext block P , an n-bit tweak T . The mode uses 2m block-cipher calls and no other complex or computationally expensive steps (such as universal hashing). Encryption and decryption are identical except that encryption uses the forward direction of the underlying block cipher and decryption uses the backwards direction. We suggest that EMD provides an attractive solution to the disk-sector encryption problem, where one wants to encipher the contents of an nm-bit disk sector in a way that depends on the sector index and is secure against chosen-plaintext/chosen-ciphertext attack.
Journal Article•
The Security of the Improvement on the Generalization of Threshold Signature and Authenticated Encryption

[...]

Naar Yih Lee
01 Oct 2002-IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences
Provably Fixing the SSH Binary Packet Protocol

[...]

Mihir Bellare1, Tadayoshi Kohno1, Chanathip Namprempre1•
University of California, San Diego1
1 Jan 2002
TL;DR: This paper proposes several fixes to the SSH protocol and, using techniques from modern cryptography, proves that their modified versions of SSH meet strong new chosen-ciphertext privacy and integrity requirements.
Abstract: The Secure Shell (SSH) protocol is one of the most popular cryptographic protocols on the Internet. Unfortunately, the current SSH authenticated encryption mechanism is insecure. In this paper we propose several fixes to the SSH protocol and, using techniques from modern cryptography, we prove that our modified versions of SSH meet strong new chosen-ciphertext privacy and integrity requirements. Furthermore, our proposed fixes will require relatively little modification to the SSH protocol (or to SSH implementations). We believe that our new notions of privacy and integrity for encryption schemes with stateful decryption algorithms will be of independent interest.
On the Security of CTR + CBC-MAC -- NIST Modes of Operation { Additional CCM Documentation

[...]

Jakob Jonsson, Doug Whiting, Russ Housley
1 Jan 2002
TL;DR: The conclusion is that CCM provides a level of privacy and authenticity that is in line with other proposed modes such as OCB.
Abstract: We analyze the security of the CTR + CBC-MAC (CCM) encryption mode. This mode, proposed by Doug Whiting, Russ Housley, and Niels Ferguson, combines the CTR (“counter”) encryption mode with CBC-MAC message authentication and is based on a block cipher such as AES. We present concrete lower bounds for the security of CCM in terms of the security of the underlying block cipher. The conclusion is that CCM provides a level of privacy and authenticity that is in line with other proposed modes such as OCB.
Patent•
Non-algebraic method of encryption and decryption

[...]

Jon W. Hamilton
30 Aug 2002
TL;DR: In this paper, a non-algebraic method of encrypting and decrypting data is proposed, which utilizes those nonlinear equations for which the solution space includes attractors to obtain intractable quantities.
Abstract: A non-algebraic method of encrypting and decrypting data. A cryptographic algorithm based on the properties of certain nonlinear equations (115, 130) is used to encrypt and decrypt data without algebraic computations. In particular, the present invention utilizes those nonlinear equations for which the solution space includes attractors to obtain intractable quantities and then operates on clear text data (120) and the intractable quantities to produce secure cipher text. Data needed or desirable for decryption are retained during the encryption process, thus optimizing the decryption process of the present invention.
Posted Content•
Power of a Public Random Permutation and its Application to Authenticated-Encryption.

[...]

Kaoru Kurosawa1•
Ibaraki University1
01 Jan 2002-IACR Cryptology ePrint Archive
TL;DR: In this paper, it was shown that many independent pseudorandom permutations over {0, 1}n can be obtained from a single public random permutation and secret n bits.
Abstract: This paper shows that many independent pseudorandom permutations over {0,1}n can be obtained from a single public random permutation and secret n bits. It is then proved that a slightly modified IAPM (an authenticated-encryption scheme) is secure even if the underlying block cipher F is publicly accessible (as a blackbox). A similar result is derived for OCB mode, too. The security proofs are based on our first result, and they are extremely simple. Finally, it is shown that our security bound is tight within a constant factor.
Simultaneously ensuring privacy and authenticity in digital communication

[...]

Chanathip Namprempre, Mihir Bellare
1 Jan 2002
TL;DR: This dissertation studies a construct called authenticated encryption scheme, a set of algorithms whose collective purpose is to simultaneously guarantee both privacy and authenticity of the data being transmitted between two parties, and investigates the effectiveness of one of the most popular design methodologies for authenticated encryption schemes, namely the generic composition paradigm.
Abstract: Practice-oriented provable security is a modern approach in cryptography to concretely reduce security of a cryptographic construct to the computational hardness of an underlying problem. This dissertation studies a construct called authenticated encryption scheme, a set of algorithms whose collective purpose is to simultaneously guarantee both privacy and authenticity of the data being transmitted between two parties. First, we focus on the symmetric settings. We define precise security notions for authenticated encryption schemes, show relative strengths among our notions and existing standard notions, and investigate the effectiveness of one of the most popular design methodologies for authenticated encryption schemes, namely the generic composition paradigm. In this paradigm, one combines a standard encryption scheme—a construct whose goal is privacy—and a MAC scheme—a construct whose goal is authenticity—in a modular fashion to obtain an authenticated encryption scheme. The methods we study are Encrypt-and-MAC, MAC-then-Encrypt, and Encrypt-then-MAC . As a case study, we analyze the popular SSH Internet protocol suite, find that its current design yields insecure authenticated encryption schemes, then suggest provably secure fixes. Our proofs model SSH's authenticated encryption mechanism as a case of what we call the Encode-then-Encrypt-and-MAC composition method. Our proofs can thus be generically applied to other schemes employing this composition method. In real applications, symmetric-key cryptography is often used in combination with public-key cryptography. We focus on the most common way to combine public-key cryptography with authenticated encryption schemes. First, two parties run an authenticated key-exchange protocol to obtain a shared session key. Then, they secure successive data transmissions via an authenticated encryption scheme based on the session key. We show that such a communication session meets the notion of a secure channel proposed by Canetti and Krawczyk if and only if the underlying authenticated encryption scheme meets two new, simple definitions of security that we introduce, and the key-exchange protocol is secure. This reduces the secure channel requirements of Canetti and Krawczyk to easier to use, stand-alone security requirements on the underlying authenticated encryption scheme.
Proceedings Article•
Authenticated encryption in SSH

[...]

Mihir Bellare1, Tadayoshi Kohno1, Chanathip Namprempre•
University of California, San Diego1
1 Jan 2002
Patent•
Authenticated encryption method and apparatus, authenticated encryption program, memory medium having authenticated encryption program stored thereon, authenticated decryption method and apparatus, authenticated decryption program, and memory medium having authenticated decryption program stored thereon

[...]

Masayuki Abe, Hideki Imai, 秀樹 今井, 正幸 阿部
9 May 2002
TL;DR: In this paper, a public key encryption method was proposed to enable senders and receivers to deny communication contents with respect to a third person, but will authorize a receiver person to conduct message authentication.
Abstract: PROBLEM TO BE SOLVED: To enable senders and receivers to deny communication contents with respect to a third person, but will authorize a receiver person to conduct message authentication SOLUTION: If sender's signature key is defined as sks, signature verification key as pks, encryption key as pkr, the signature verification key pks and the encryption key pkr are opened as public keys and are used for an encryption communication between two persons in a public key encryption method For generating an encrypted text c, using an identification value IDb for identifying the receiver, a random number r is generated to generate an address authenticator h from the identification value IDb for identifying the receiving person and the random number r, a signature σfor the address authenticator h is generated, using the signature key, and (m, r, σ) are encrypted to obtain the encrypted text c, using the encryption key pkr COPYRIGHT: (C)2004,JPO
Design and implementation of encryption and decryption board using FPGA

[...]

Hirotsugu Kajisaki, Takakazu Kurokawa
23 Jan 2002
Posted Content•
Tight Lower Bound on Linear Authenticated Encryption.

[...]

Charanjit S. Jutla
01 Jan 2002-IACR Cryptology ePrint Archive
Posted Content•
Secure Channels based on Authenticated Encryption Schemes: A Simple Characterization.

[...]

Chanathip Namprempre
01 Jan 2002-IACR Cryptology ePrint Archive
TL;DR: In this paper, the notion of secure channel protocol was introduced for authenticated key exchange protocols, in which a pair of parties begin by running an authenticated key-exchange protocol to obtain a shared session key, and then secure successive data transmissions between them via an authenticated encryption scheme based on the session key.
Abstract: We consider communication sessions in which a pair of parties begin by running an authenticated key-exchange protocol to obtain a shared session key, and then secure successive data transmissions between them via an authenticated encryption scheme based on the session key. We show that such a communication session meets the notion of a secure channel protocol proposed by Canetti and Krawczyk [9] if and only if the underlying authenticated encryption scheme meets two new, simple deflnitions of security that we introduce, and the key-exchange protocol is secure. In other words, we reduce the secure channel requirements of Canetti and Krawczyk to easier to use, stand-alone security requirements on the underlying authenticated encryption scheme. In addition, we relate the two new notions to existing security notions for authenticated encryption schemes.
Book Chapter•10.1007/3-540-36178-2_32•
Secure Channels Based on Authenticated Encryption Schemes: A Simple Characterization

[...]

Chanathip Namprempre1•
Thammasat University1
1 Dec 2002
TL;DR: In this paper, the notion of secure channel protocol was introduced for authenticated key exchange protocols, in which a pair of parties begin by running an authenticated key-exchange protocol to obtain a shared session key, and then secure successive data transmissions between them via an authenticated encryption scheme based on the session key.
Abstract: We consider communication sessions in which a pair of parties begin by running an authenticated key-exchange protocol to obtain a shared session key, and then secure successive data transmissions between them via an authenticated encryption scheme based on the session key. We show that such a communication session meets the notion of a secure channel protocol proposed by Canetti and Krawczyk [9] if and only if the underlying authenticated encryption scheme meets two new, simple definitions of security that we introduce, and the key-exchange protocol is secure. In other words, we reduce the secure channel requirements of Canetti and Krawczyk to easier to use, stand-alone security requirements on the underlying authenticated encryption scheme. In addition, we relate the two new notions to existing security notions for authenticated encryption schemes.

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve