1 / 4

Symmetric Message Authentication Codes

Symmetric Message Authentication Codes. Prof. Ravi Sandhu. MESSAGE AUTHENTICATION CODES. INSECURE CHANNEL. Plaintext + MAC. Yes/No. Plain- text. MAC Algorithm M. Verification Algorithm V. A. B. K. K. MAC = MD of plaintext + K. CURRENT GENERATION MAC ALGORITHMS.

lindley
Télécharger la présentation

Symmetric Message Authentication Codes

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. Symmetric Message Authentication Codes Prof. Ravi Sandhu

  2. MESSAGE AUTHENTICATION CODES INSECURE CHANNEL Plaintext + MAC Yes/No Plain- text MAC Algorithm M Verification Algorithm V A B K K MAC = MD of plaintext + K

  3. CURRENT GENERATION MAC ALGORITHMS • HMAC-MD5, HMAC-SHA • IETF standard • general technique for constructing a MAC from a message digest algorithm • Older MACs are based on secret key encryption algorithms (notably DES) and are still in use • DES based MACs are 64 bit and not considered strong anymore

  4. HMAC • HMAC computation • HMACK(M) = h(Kopad || h(Kipad || M) ) • h is any message digest function • M message • K secret key • opad, ipad: fixed outer and inner padding • HMAC-MD5, HMAC-SHA

More Related