HighAuthentication · usually high

DKIM key is shorter than 1024 bits

The RSA key is too short to be considered secure and some receivers reject it.

Check your own domain

Leave the selector blank and we will probe the selectors that common providers use.

What causes this

RSA keys below 1024 bits are computationally feasible to break, which would let an attacker forge valid signatures for your domain. RFC 6376 requires verifiers to support 512 to 2048 bits, but modern receivers commonly refuse keys under 1024 outright.

What it breaks

Signatures may be treated as invalid, and a short key is a genuine forgery risk rather than a theoretical one.

How to fix it

Rotate to a 2048-bit key.

  1. Generate a new 2048-bit DKIM key in your sending provider's console.
  2. Publish the new record at a new selector.
  3. Switch signing to the new selector.
  4. Revoke the old selector once no mail is signed with it.

Specification: RFC 6376 — DomainKeys Identified Mail

Related problems