DKIM Record Generator
Generate a DKIM key pair and the DNS TXT record needed to sign your outgoing email. Keys are created entirely in your browser — your private key is never sent anywhere.
Generating RSA key pair in your browser — this can take a few seconds for 2048-bit keys...
_domainkey part without your domain, since they append it automatically — check your provider's docs) and paste the TXT value exactly as shown. Then configure your mail server or email service provider to sign outgoing mail with the private key above, using the same selector.About DKIM Record Generator
What Is a DKIM Generator?
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to outgoing emails, letting receiving servers verify the message genuinely came from your domain and wasn't altered in transit — a key part of modern email authentication alongside SPF and DMARC.
How Our DKIM Generator Works
The tool generates a DKIM key pair and the corresponding DNS TXT record you need to publish, formatted correctly for your DNS provider.
How to Use the DKIM Generator
- Enter your domain and selector
- Click Generate
- Publish the generated TXT record in your DNS
- Configure your mail server to sign outgoing mail with the matching private key
Key Features
- Correctly formatted DNS record — ready to publish directly
- Improves email deliverability — properly signed mail is less likely to be flagged as spam
Who Uses This Tool
Email administrators setting up authentication for a domain that sends email. Developers configuring transactional email systems.
Frequently Asked Questions
Do I need DKIM if I already have SPF?
Yes — SPF and DKIM verify different things and work best together, with DMARC building on top of both for full authentication.
Is this tool free?
Yes, generating a DKIM record is completely free.