Validate and analyze DKIM records for email authentication.
Enter a domain name and selector to validate its DKIM record and check for common issues.
DKIM (DomainKeys Identified Mail) is an email authentication method designed to detect email spoofing. It allows the receiver to check that an email claimed to come from a specific domain was indeed authorized by the owner of that domain.
[selector]._domainkey.[domain]
v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu5ZvG...
This example shows a DKIM record with version (v=DKIM1), key type (k=rsa), and a public key (p=...). The public key is typically much longer and encoded in base64.