Everything in one place
Browse online/offline tools, use instant search, or hit the command palette to jump anywhere. Some tools may be in review and not listed.
Total visits: 273
Tools (working)
11
Online + offline
Tools in review
1
Not listed
Pages listed
12
Tools & pages
Quick action
Ctrl K
Jump fast
Online tools●
Online
CRT/KEY Match Test
Certificates & SSL
Check if a certificate and key pair match.
Online
CSR Command Creator
Certificates & SSL
Create the exact openssl command for CSR generation.
Online
CSR Generator
Certificates & SSL
Generate CSR + key for a new certificate request.
Online
CSR Validator
Certificates & SSL
Paste a CSR and validate subject fields quickly.
Online
PFX Command Generator
Certificates & SSL
Generate PKCS12/pfx export commands for cert bundles.
Online
PFX Key Exporter
Certificates & SSL
Upload a PFX and export the desired private key type.
Online
RSA Public Key Export
Certificates & SSL
Extract an RSA public key from a certificate.
Online
SSL Expiry Checker
Certificates & SSL
Inspect cert info + generate per-domain curl snippets.
Online
Simple Text Pad
Text & Notes
Lightweight textarea scratchpad (legacy).
Online
Text Editor (Fonts)
Text & Notes
Try fonts + copy styles from a quick editor.
Offline tools●
Tip of the daybest practice
When exporting PFX, prefer least-privilege: only include the chain you need, and avoid reusing passwords across environments.
For CSR issues, validate `CN`, SANs, and org fields early—most issuance delays are metadata mismatches.
When adding new tools, keep them “offline” by default (no external calls) unless you really need network lookups.
Keyboard modespeed
Press Ctrl/⌘ K or / to open the command palette and jump to any tool instantly.
Auto discoveryvisibility
This dashboard scans for PHP/HTML pages and lists anything not already in the curated catalog under “All pages”.
JSON Formatter
high-impact
Beautify/validate JSON with schema hints.
JWT Decoder
security
Decode headers/payload + verify exp (no secrets).
Base64 Encode/Decode
daily
Quick conversions (URL-safe included).
DNS Lookup
ops
A/AAAA/CNAME/TXT + propagation notes.
HTTP Header Inspector
web
Paste URL → view headers + security checks.
Cron Expression Tester
ops
Preview next run times across timezones.
Regex Playground
dev
Test patterns with flavor toggles + samples.
Password Generator
security
Generate memorable + strong passwords locally.
cURL Builder
dev
Build requests from form inputs + copy command.