Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Usage of HMAC

IKE Phase 2 (in IPSEC VPN)

SSL/TLS for website

SSL / Secure Socket Layer control protocol TCP/443