What a DKIM check can prove
A DKIM public key lives at selector._domainkey.yourdomain as a TXT record. The hard part is knowing the selector — this tool probes the common ones (google, selector1/2, default, k1, s1, mail and more) and validates whatever it finds: key type, estimated strength, and revocation flags.
- Finds published selectors instead of asking you to guess them.
- Flags revoked keys (empty p=) and keys shorter than 1024 bits.
- Accepts an explicit selector when you already know it from a DKIM-Signature header.