Default Wi‑Fi Password Calculator - Online ISP Router Keygen
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
UD5 Toolkit
Create temporary blob: object URLs from text, Base64, hex data, or uploaded files.
Preview, download, and manage ephemeral browser URLs — all processed locally in your browser.
0x prefixes, and line breaks are automatically stripped.
Drag & drop a file here
or click to browse
You can change the MIME type above before generating.
blob: protocol prefix (e.g., blob:https://example.com/550e8400-e29b-41d4-a716-446655440000). Created via URL.createObjectURL(), these URLs allow you to reference in-memory data as if it were a file — perfect for previewing images before upload, generating downloadable files on the fly, or streaming video/audio without a server.
data:image/png;base64,iVBORw...) embed the complete file content directly in the URL string, making them long and memory-heavy when used repeatedly. Blob URLs are lightweight references to data stored separately in browser memory — they're shorter, faster to create, and don't duplicate data. Blob URLs are also more secure: they're origin-scoped and can be revoked. Data URLs work everywhere; Blob URLs only work within the same browser session and origin.
URL.revokeObjectURL() to manually release themURL.revokeObjectURL(blobUrl). This removes the mapping between the URL and the underlying Blob data, allowing the browser to garbage-collect the memory. Why it matters: Blob URLs persist in memory until revoked or the page is unloaded. If you create many Blob URLs (e.g., in a loop or over time) without revoking them, you can cause memory leaks that degrade performance. This tool helps you manage that — each generated URL has its own Revoke button, plus a "Revoke All" bulk action.
blob:https://yoursite.com/... URL and send it to someone else, it will not work in their browser — their browser has no Blob data mapped to that URL. For sharing, convert the Blob to a Data URL or upload it to a server.
text/plain — plain text filestext/html — HTML documentsapplication/json — JSON datatext/csv — CSV spreadsheetsimage/png, image/jpeg, image/webp — imagesaudio/mpeg, video/mp4 — media filesapplication/pdf — PDF documentsapplication/octet-stream — generic binary datahttps://yoursite.com cannot be accessed by scripts running on other domains. They also don't expose data in the URL string itself (unlike Data URLs). However, be mindful that Blob URLs can be used for phishing if an attacker generates a malicious HTML Blob and tricks users into opening it — treat Blob URLs with the same caution as any other URL from untrusted sources.
URL.revokeObjectURL() is called. There's no built-in expiration time. In practice, this means they survive across the lifetime of the page — you can navigate within a single-page app and the Blob URL remains valid. But a full page refresh or tab close will invalidate all Blob URLs created by that document.
URL.createObjectURL) are supported in all modern browsers: Chrome 23+, Firefox 19+, Safari 6.1+, Edge 12+, and Opera 15+. Internet Explorer 10+ also supports them with the msSaveOrOpenBlob prefix. For mobile, iOS Safari 6.1+ and Android Chrome all support Blob URLs. The blob: protocol is a well-established web standard (part of the File API specification).
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Pick colors for the shadcn/ui design system and generate the complete CSS variable theme file. Copy into your project.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Generate a random medieval occupation with a short description. For NPCs or historical curiosity. Local list.
Generate a hardboiled film noir plot with a detective, a dame, and a McGuffin. Great for creative writing prompts.
Generate a grand, aristocratic title like 'Duke of Waffleshire'. Perfect for silly fun or RPG characters. Local.
Design a button or card that glows on hover. Adjust shadow color, spread, and transition. Copy the CSS. Rich UI.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.
Generate a realistic‑sounding dinosaur name and see a fun description. Perfect for kids and writers.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Create a customizable checkerboard or grid background using pure CSS gradients. Adjust cell size and colors. Copy the code.
Create a QR code that lets people connect to your Wi‑Fi without typing a password. Just scan and join. Secure local.
Create a custom HTML/CSS progress bar with percentage, colors, and animation. Copy the code. Modern UI element.
Fill in a few details and get a polished resignation letter. No data stored. Instant copy or print.
Paste plain text and turn it into a nested outline using indent levels or Markdown headings. Great for planning.
Upload a small pixel art image and get a CSS grid layout that recreates it using divs. Novelty developer tool.
Convert short text into a black‑and‑white Braille bump image ready for embossing. Educational and inclusive.
Generate a random, somewhat meaningful song lyric line. Write your own hit with AI‑free randomness. All local.
Generate a realistic‑sounding exoplanet designation (e.g., Kepler‑442b) and a sci‑fi planet description. For worldbuilding.
Enter a full URL and get all query parameters in a clean table with decoded values. Quickly see UTM and tracking params.
Create a realistic‑looking fake tweet with any name, handle, text, likes, and retweets. Just for laughs. All local canvas.
Click for an endless stream of random dad jokes and puns. Copy and share. Guaranteed to make you groan. All local.
Generate magic squares of odd order (3x3, 5x5, …). See the sum constant and verify rows, columns, diagonals. Educational math toy.
Enter a list of words and create a custom word search grid. Choose difficulty, print or export as PDF. Great for teachers.
One click to get a hilarious excuse for being late, missing homework, or not doing chores. Pure comedy.
Design a realistic-looking fake receipt with custom store name, items, and total. For jokes and gags. No real transaction.
Click to generate a random haiku from natural language templates. Pure algorithmic poetry fun. Copy and share.
Generate a QR code with a custom text label below or above. Perfect for printed signs. All generated locally as a single image.
Convert any image into beautiful ASCII art. Adjust brightness and character set for the best effect. Share text-based pictures. Runs entirely in the browser.