Random RSA/EC Key Pair Demo - Online Cryptographic Visualization
Generate a dummy RSA or EC public/private key pair for educational visualization. Shows key structure and ASN.1 dump. Not for production use.
UD5 Toolkit
Password-Based Key Derivation Function 2 — derive cryptographic keys from passwords using HMAC-based stretching.
crypto.subtle.deriveBits), which leverages the operating system's cryptographic primitives. In most modern browsers, PBKDF2 computations are offloaded to a separate thread, keeping the UI responsive. The API requires a secure context (HTTPS or localhost) and supports SHA-1, SHA-256, SHA-384, and SHA-512 as the underlying HMAC hash.
Generate a dummy RSA or EC public/private key pair for educational visualization. Shows key structure and ASN.1 dump. Not for production use.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Test SQL injection inputs on a mock database and see the resulting query. Learn how to prevent SQLi. No real data.
Pick a package name and generate a custom version or download badge as a static image or Markdown link. For readme files.
Validate and compare semantic version strings. Check if a version satisfies a range (e.g., ^1.2.3). Visual breakdown of major.minor.patch. Local only.
Paste JSON-LD and validate basic syntax and required properties for Article, Product, etc. Local only. Instant feedback.
Check if your related native or PWA app is installed. See the API in action and copy the code.
Generate a series of semantic version tags with optional prefixes. Copy for your release script. Consistent tagging.
Paste your manifest.json and instantly validate it against the W3C spec. Catch errors and warnings. Client‑side.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Smash bricks with a ball and paddle. Multiple rows of colored bricks, power‑ups, and score tracking. All built with HTML5 Canvas.
See how Trusted Types prevents unsafe HTML assignment. Test against injected scripts. Modern security practice.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Fill in your PWA details to generate a valid manifest.json file. Include icons, theme color, display mode.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Upload a 512x512 logo and get resized icons for every PWA requirement. Download a zip and the corresponding manifest.json snippet.
Translate YAML configuration files into JSON format instantly. Validate syntax during conversion. Perfect for DevOps and configuration management. Secure client-side operation.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Write and run simple Sinclair BASIC programs in a browser-based ZX Spectrum emulator. Load demo programs and experience 80s computing. Educational fun.
Write slides in Markdown and instantly preview a web‑based presentation. Export as HTML. Pure frontend.
Paste a GraphQL SDL schema and get auto‑generated Markdown documentation. Perfect for API docs. All local.
Parse XML strings into compact JSON representation. Handles attributes and text nodes intelligently. Quick and private, ideal for API response translation.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.
Calculate the entropy (in bits) of a password based on character pool size and length. Visual strength meter with crack time estimation. Local only.
Analyze letter/symbol frequency with an interactive bar chart and heatmap. Useful for breaking simple ciphers, linguistics, and SEO keyword analysis. Local processing.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Generate strong random strings for API tokens, session secrets, or encryption keys. Uses crypto.getRandomValues().