1 / 9

Class 9 Physical Security and DRM CIS 755: Advanced Computer Security Spring 2014

Class 9 Physical Security and DRM CIS 755: Advanced Computer Security Spring 2014. Eugene Vasserman http://www.cis.ksu.edu/~eyv/CIS755_S14/. Administrative stuff. Project proposal due today (2 pages) Quiz II and Exam I pushed back slightly Quiz II next week. News! News!.

coy
Télécharger la présentation

Class 9 Physical Security and DRM CIS 755: Advanced Computer Security Spring 2014

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. Class 9Physical Security and DRMCIS 755: Advanced Computer SecuritySpring 2014 Eugene Vasserman http://www.cis.ksu.edu/~eyv/CIS755_S14/

  2. Administrative stuff • Project proposal due today (2 pages) • Quiz II and Exam I pushed back slightly • Quiz II next week

  3. News! News! static OSStatus SSLVerifySignedServerKeyExchange(SSLContext *ctx, bool isRsa, SSLBuffer signedParams, uint8_t *signature, UInt16 signatureLen) { OSStatus err; ... if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0) goto fail; if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0) goto fail; goto fail; if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0) goto fail; ... fail: SSLFreeBuffer(&signedHashes); SSLFreeBuffer(&hashCtx); return err; }

  4. Trusted computing base (TCB) • Software-level TCB • Hardware-enforced software constraints • Hardware-level TCB • TPM:

  5. Physical security • Why use physical security? • Do Kerckhoffs’ principle or Shannon’s maxim apply? • Tamper evidence • Tamper resistance • Properties? Differences? • Assumptions? Trade-offs? • Real-world examples

  6. Blu-Ray DRM References • “Broadcast encryption” • An Overview of the Advanced Access Content System (AACS). Henry, Sui, and Zhong. Technical report, 2007. http://cacr.uwaterloo.ca/techreports/2007/cacr2007-25.pdf • Revocation and Tracing Schemes for Stateless Receivers. Naor, Naor, and Lotspeich. Crypto, 2001. http://www.iacr.org/archive/crypto2001/21390040.pdf

  7. Decryption Figure from the Overview tech report

  8. Efficient keying and revocation Figures from the Overview tech report

  9. Questions? Reading discussion

More Related