Web Crypto Key Generator - Online Generate RSA/EC Keys
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
UD5 Toolkit
Generate globally unique, time-sortable 20-character IDs. Faster & smaller than UUID.
| # | XID | Generated At (UTC) | Copy |
|---|---|---|---|
| No XIDs generated yet. Click "Generate" to start! | |||
| Feature | XID | UUID v4 |
|---|---|---|
| Length | 20 chars | 36 chars (with dashes) |
| Sortable by Time | Yes | No |
| Storage Size | 12 bytes raw | 16 bytes raw |
| URL-safe | Yes | Yes |
| Database Index Friendly | Excellent | Good (random order) |
0-9, a-v.
crypto.getRandomValues) for initializing the machine ID, process ID, and counter seed. This ensures high-quality randomness for the non-timestamp components. However, XID is not designed as a cryptographic token — it is an identifier for distributed systems. If you need cryptographically secure random tokens, consider using a dedicated library or crypto.randomUUID().
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Generate the next sequential invoice number with optional prefix and date stamp. Keep track locally or export.
Generate random, secure coupon codes with a prefix. Choose length and character set. Perfect for store admins. All local.
Add columns with types and constraints, then generate a SQL CREATE TABLE statement. Supports MySQL/PostgreSQL.
Get a clean, commented JS plugin skeleton with IIFE or ES module pattern. Start your new library faster.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Upload multiple SVGs and combine them into a single SVG sprite sheet with `<symbol>` and `<use>`. Fast icon system.
Generate encrypted passwords for .htaccess basic authentication. Create .htpasswd entries using bcrypt, MD5, or SHA. Server admin utility, local compute.
Build a basic Nginx server block for a static site, reverse proxy, or PHP. Fill in the blanks and copy the config.
Paste a list of URLs or texts and generate QR codes all at once. Download as individual images or a single sheet.
Upload a logo to embed in the center of a QR code. High error correction so it still scans. Download PNG/SVG.
Fill in container image and ports. Generate a Deployment and Service YAML with best practices. Start your K8s journey.
Design a custom counter style with symbols, range, and speak‑as. Preview ordered lists with your new style. Export the CSS rule.
Design a custom analog clock face by choosing colors, hands, and numbers. Download as SVG or PNG. For craft or UI design.
Convert JSON data structures to clean, human-readable YAML. Indentation and formatting preserved. All processing done locally for your privacy.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Design custom unordered and ordered lists with images, strings, or counters. Preview and copy the CSS.
Write a note encrypted with a passphrase, share the link. Once opened and decrypted, the note is deleted from browser storage. Local only.
Generate random numbers and watch the live histogram. Compare uniform, normal, and exponential distributions.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.
Record audio from your microphone and export as a WAV file. Monitor levels. Processed entirely in your browser.
Record audio from your microphone and export as a WAV file. Monitor levels. Processed entirely in your browser.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Write SSML to control pitch, speed, and breaks. Play the generated speech with the browser’s TTS engine. Learn SSML.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Connect to a serial device (Arduino, etc.) via the Web Serial API. Send and receive text. No native app needed.
Generate a complete <head> section with meta charset, viewport, SEO, favicon, and social tags. Customize and copy.