The Authentication Header (AH) protocol provides a means to verify the authenticity/integrity of the content and origin of a packet. You can authenticate the packet by the checksum calculated thourgh a Hash Message Authentication Code (HMAC) using a secret key and either MD5 or SHA-1 hash functions.
![]() |
Note: For more information on MD5 and SHA-1 hashing algorithms, see the following RFCs: for more information on MD5, see RFCs 1321, 2403; for more information on SHA-, see RFC 2404; for more information on HMAC, see RFC 2104. |