1 / 3

C HAPTER 16 Exercises for Part 3

C HAPTER 16 Exercises for Part 3.

thi
Télécharger la présentation

C HAPTER 16 Exercises for Part 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CHAPTER16Exercises for Part 3 Slides adapted from "Foundations of Security: What Every Programmer Needs To Know" by Neil Daswani, Christoph Kern, and Anita Kesavan (ISBN 1590597842; http://www.foundationsofsecurity.com). Except as otherwise noted, the content of this presentation is licensed under the Creative Commons 3.0 License.

  2. Conceptual Exercises • List three advantages/disadvantages of using a web of trust model vs. using a certificate authority–based trust model. • State how you can use symmetric encryption to achieve (a) authentication, (b) confidentiality, and (c) message integrity.

  3. Programming Problem • Extend the AESEncrypter program of Section 12.1.6 to compute and verify a MAC on the message in addition to encrypting and decrypting data. Be sure to use different keys for the encryption and MAC computations.

More Related