Symmetric - PowerPoint PPT Presentation

About This Presentation
Title:

Symmetric

Description:

MESSAGE AUTHENTICATION CODES CURRENT GENERATION MAC ALGORITHMS HMAC ... from a message digest algorithm Older MACs are based on secret key encryption algorithms ... – PowerPoint PPT presentation

Number of Views:61
Avg rating:3.0/5.0
Slides: 5
Provided by: Ravi86
Category:

less

Transcript and Presenter's Notes

Title: Symmetric


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
Write a Comment
User Comments (0)
About PowerShow.com