



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document, authored by roger m. Needham and michael d. Schroeder, discusses the use of encryption for achieving authenticated communication in computer networks. The authors present protocols for decentralized authentication, including the establishment of interactive communication between principals, authenticated one-way communication, and signed communications. Assumptions include the feasibility of efficient encryption and decryption by each computer and the unavailability of keys through exhaustive search or cryptanalysis. Related work includes the public key encryption concept by diffie & hellman and the first public key encryption algorithm by rivest et al. And nbs data encryption standard.
Typology: Study notes
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Definitions: Authentication: verifying the identity of the communicating principals Why not just use passwords for authentication? Public key: Two keys are necessary. One for encryption and one for decryption. The knowledge of one key gives no help in finding the other. The two keys will act as inverses for one another. Conventional: Shared Key, that is private.
Contribution (cont.):
We present protocols for decentralized authentication in such a network that are integrated with the allied subject of naming. Three functions are discussed: (1) Establishment of authenticated interactive communication between two principals on different machines. By interactive communication we mean a series of messages in either direction, typically each in response to a previous one. (2) Authenticated one-way communication, such as is found in mail systems, where it is impossible to require protocol exchanges between the sender and the recipient while sending an item, since there can be no guarantee that sender and recipient are simultaneously available. (3) Signed communications, in which the origin of a communication and the integrity of the content can be authenticated to a third party.