DKIM Validator
Check a DKIM selector in DNS, parse the published public-key record, and troubleshoot common configuration problems.
selector1._domainkey.example.comPublished DKIM Record
Parsed Tags
Checks & Findings
What this validator checks
Queries selector._domainkey.domain for TXT records and identifies DKIM-looking answers.
Parses common DKIM key tags such as v=, k=, p=, h=, s=, t=, and n=.
Checks whether the p= value exists, is valid Base64, and estimates RSA key size where possible.
Flags duplicate selector records, revoked keys, malformed values, weak RSA keys, unexpected versions, and DNS lookup failures.
DKIM validation flow
Important: This tool validates the published DKIM public-key record. It does not verify a specific email message signature. Full message verification also requires the email headers/body and the exact DKIM-Signature header.
Your feedback matters