Generate a 2048-bit DKIM keypair. Everything runs in your browser, so the private key never touches our servers. Publish the DNS record, then add the private key to your mail server or ESP.
Many providers (Google Workspace, Microsoft 365, most ESPs) generate DKIM for you in their own console. Use this generator when you sign mail yourself or your provider does not offer it.
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to the mail you send. Receivers verify it against a public key you publish in DNS, proving the message really came from you and was not altered.
Yes. The key pair is generated in your browser using the Web Crypto API. The private key never leaves your device or reaches our servers.
2048-bit RSA is the current standard and widely supported. 1024-bit is weaker and being phased out.
The public key goes in DNS as a TXT record at selector._domainkey.yourdomain.com. The private key goes into your mail platform's DKIM settings.