Skip to content
Skip to content

DKIM Key Generator

Create an RSA key pair for DKIM and get a ready-to-use DNS TXT record.

e.g. mail, google, dkim. Used in the DNS record name.

What is DKIM

DKIM (DomainKeys Identified Mail) is an email authentication method that lets the receiver verify that a message was sent from a legitimate domain. The sending server signs the message with a private key, and the receiver verifies the signature using the public key published in DNS.

Key generation happens entirely in your browser. Keys are never sent to our servers.

Frequently Asked Questions

What is DKIM?

DKIM (DomainKeys Identified Mail) is an email authentication method using digital signatures. Protects against email spoofing.

How to set up DKIM?

Generate keys with our tool, add a TXT record to your domain DNS. Detailed instructions on the page.

What key size to choose?

We recommend 2048 bits — optimal balance of security and compatibility. 1024 is outdated, 4096 may not fit in a TXT record.