Application Header
aliases:
- AH
A core protocol of IPSec.
AH performs a cryptographic hash on the whole packet, including the IP header, along with a secret shared key. It adds these values as an Integrity Check Value (ICV). The receiving host performs the same hashing process and compares the received ICV value to ensure that the packet hasn't been modified before unpacking it.
AH does not provide encryption.
No comments to display
No comments to display