This tool verifies Web Key Directory (WKD) configuration for email addresses, checking both direct and advanced discovery methods. It validates policy files, CORS headers, key availability, and proper key association with the email address.
At least one Method is required to be set up for the WKD to work.
Direct Method Unknown
Policy Available:Unknown
Policy CORS Valid:Unknown
Key Location:Unknown
Key Available:Unknown
Key CORS Valid:Unknown
Key Type:Unknown
Fingerprint:Unknown
Email in Key:Unknown
Advanced Method Unknown
Policy Available:Unknown
Policy CORS Valid:Unknown
Key Location:Unknown
Key Available:Unknown
Key CORS Valid:Unknown
Key Type:Unknown
Fingerprint:Unknown
Email in Key:Unknown
Overall Status Unknown
Valid:
Unknown
Usage
To use this web-tool just put the email address you want to check into the input field and press the “Check WKD Status” button. The results will be displayed below the form.
This tool is powered by the wkd-checker NPM library that I developed. You can also use the NPM library directly to run locally and more privately.
CLI
| |
Node.js Library
| |
| |
API
- Endpoint:
POST https://miarecki.eu/api/wkd - Content-Type:
application/jsonorapplication/x-www-form-urlencoded - Request Body:
- JSON:
{ "email": "user@example.com" } - Form:
email=user@example.com
- JSON:
Example JSON Output (for both CLI, library, and API)
| |