SSL Certificate Checker - Online Verify Expiry & Chain
Enter a domain and see its SSL certificate details: issuer, validity dates, and chain. Client‑side fetch.
UD5 Toolkit
Verify DNSSEC trust chain integrity — inspect DNSKEY, DS, and RRSIG records in real-time. Validate signature authenticity and ensure your domain is protected against DNS spoofing.
Enter a domain name above to validate its DNSSEC chain.
Try a preset domain or type your own
The chain of trust starts at the DNS root zone (trust anchor). Each parent zone publishes a DS record that cryptographically binds to its child's KSK. When validated recursively, every link must be intact — a single break invalidates the entire chain. This tool verifies the critical link between a domain's DNSKEY and its parent zone's DS records.
Enter a domain and see its SSL certificate details: issuer, validity dates, and chain. Client‑side fetch.
Display your effective connection type (4g, 3g, etc.) and downlink speed using the Navigator API. Adapt your app accordingly.
Define minimum length, uppercase, digits, special chars, and check if a password meets your custom policy. Instant feedback.
Enter a website and check which security headers (HSTS, CSP, X‑Frame‑Options) are present. Get a security grade.
Paste the Permissions‑Policy header and get a human‑readable table of allowed/blocked browser features. Understand how your site is restricted.
Tell if your password has appeared in data breaches without sending the full password. Uses hash prefix locally.
Test if a script or style will be allowed by a given CSP. Compute hash/nonce. Strengthen your site’s defense against XSS. Local.
Generate a Contributor Covenant or custom Code of Conduct for your project or event. Ready to paste into your repo.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Convert integers into short, unique, YouTube‑style IDs (hashids) and decode them back. Customize salt and minimum length.
Tell the tool what base liquor and mixers you have, and it suggests classic cocktails. Simple database. Cheers!
Check if a URL can be embedded in an iframe. Test your site’s defense against clickjacking. Browser‑based.
Fetch a site’s HSTS header and validate its syntax, max‑age, and subdomain flags. Ensure your site enforce HTTPS.
Paste a Content‑Security‑Policy header and get a human‑readable breakdown. See potential risks and suggestions.
Configure browser feature permissions (camera, microphone, geolocation) and generate the Permissions‑Policy HTTP header.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Generate a DKIM DNS record from a public key and selector. Check syntax. Improve your domain’s email deliverability.
Build a valid SPF TXT record by selecting mail servers, IPv4/IPv6 ranges, and includes. Validate syntax and get ready‑to‑publish output.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Paste a Bitcoin, Ethereum, or other crypto wallet address and quickly verify its format and checksum. No connection to blockchain.
Check and beautify your TOML config files. Highlights errors and aligns tables and arrays. Safe local parsing.
Validate YAML syntax with line‑by‑line error messages. Also format messy YAML into clean, indented output. All in your browser.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Attempt to detect your current DNS resolver IPs using DNS‑leak test queries. Educational. Privacy‑friendly.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Instantly convert plain text into HTML‑safe escaped characters for secure display in web pages. Prevent cross‑site scripting. All processing local.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.