Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


HMAC:   Hash-based Message Authentication Code  or Hash-based MAC

MAC # signature or cryptographic checksum

MAC https://www.youtube.com/watch?v=DiLPn_ldAAQ&ab_channel=IntroductiontoCryptographybyChristofPaar

symmetrical key ( how to exchange/distribute/change keys )

Arbitrary Input length 

Fix output length

message authentication: because of the secure channel use - build with private/public Key





HMACIntegrity and Authentication
2 stage Hashing ( XOR )  with 2 different key ( ipad and ... )

https://www.youtube.com/watch?v=wlSG3pEiQdc&ab_channel=Computerphile


Sender ( Data + pre-shared Key ) > hash>> HASH1 

send: Data + Hash1

 Receiver: ( Data + preshared key)

Data > hash> Hash2 

Compare Hash2 wit rx Hash1



  • No labels