Learn how DomainKeys Identified Mail (DKIM) protects email from tampering.
DKIM (DomainKeys Identified Mail) is an email authentication method that uses public-key cryptography to digitally sign outgoing email. When an email is sent, the sending server adds a digital signature to the message. The receiving mail server retrieves the public key from DNS and verifies that the message has not been modified in transit.
A selector allows multiple DKIM keys to exist for the same domain. A DNS record may look like:
Use our DNS Lookup tool to inspect DKIM TXT records.