Cryptography: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
{{External|https://en.wikipedia.org/wiki/HMAC}}
{{External|https://en.wikipedia.org/wiki/HMAC}}


HMAC Hash-based message authentication code.
HMAC (hash-based message authentication code) is a message authentication code that involves a cryptographic has function and a secret cryptographic key. It may used to simultaneously verify both the data integrity and the authentication of a message. Any cryptographic has function, such as MD5 or SHA-1, may be used in calculation of the HMAC.
 
=Cryptographic Hash Function=
 
==MD5==
 
{{External|https://en.wikipedia.org/wiki/MD5}}
 
==SHA-1==

Revision as of 22:38, 5 May 2018

Subjects

HMAC

https://en.wikipedia.org/wiki/HMAC

HMAC (hash-based message authentication code) is a message authentication code that involves a cryptographic has function and a secret cryptographic key. It may used to simultaneously verify both the data integrity and the authentication of a message. Any cryptographic has function, such as MD5 or SHA-1, may be used in calculation of the HMAC.

Cryptographic Hash Function

MD5

https://en.wikipedia.org/wiki/MD5

SHA-1