14.01.2015 Views

Secure Hash Functions

Secure Hash Functions

Secure Hash Functions

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Authentication Without<br />

Encryption<br />

KEY<br />

MAC<br />

(message authentication code)<br />

KEY<br />

message, MAC(KEY,message)<br />

Alice<br />

message<br />

= <br />

Bob<br />

Recomputes MAC and verifies whether it is<br />

equal to the MAC attached to the message<br />

Integrity and authentication: only someone who knows KEY can<br />

compute MAC for a given message<br />

slide 27<br />

HMAC<br />

! Construct MAC by applying a cryptographic hash<br />

function to message and key<br />

• Could also use encryption instead of hashing, but…<br />

• <strong>Hash</strong>ing is faster than encryption in software<br />

• Library code for hash functions widely available<br />

• Can easily replace one hash function with another<br />

• There used to be US export restrictions on encryption<br />

! Invented by Bellare, Canetti, and Krawczyk (1996)<br />

! Mandatory for IP security, also used in SSL/TLS<br />

slide 28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!