Markdown to HTML Converter - Online MD to Webpage Tool
Convert Markdown text into clean HTML code. GitHub Flavored Markdown supported. Copy the raw HTML or preview the rendered output instantly. No uploads.
UD5 Toolkit
Instantly compute MD5 & SHA256 fingerprints from your SSH public key — online, free, no uploads.
Drop your .pub file here
or click to browse
MD5:de:ad:be:ef:...). They were the default in OpenSSH for many years but are now considered legacy due to known MD5 collision vulnerabilities.SHA256: (e.g., SHA256:uV8s...). Since OpenSSH 6.8 (2015), SHA256 has been the default fingerprint algorithm and is recommended for all modern use.
cat ~/.ssh/id_rsa.pub (or id_ed25519.pub, id_ecdsa.pub) in your terminal, then copy the output.Get-Content ~\.ssh\id_rsa.pub or use type %userprofile%\.ssh\id_rsa.pub in Command Prompt.ssh-keyscan -t rsa [hostname] to retrieve the public key, or check /etc/ssh/ssh_host_rsa_key.pub on the server.
ssh-rsa) — the most widely used legacy type, 2048–4096 bits;ssh-ed25519) — modern, fast, and recommended for new keys;ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521) — elliptic curve keys;ssh-dss) — deprecated but still recognized.ssh-keygen uses SHA256 (ssh-keygen -lf key.pub). To get the MD5 fingerprint on the command line, use ssh-keygen -E md5 -lf key.pub. Also note that the fingerprint is computed on the raw binary key data (the Base64-decoded portion between the key type and comment), not on the entire line including the type prefix.
Convert Markdown text into clean HTML code. GitHub Flavored Markdown supported. Copy the raw HTML or preview the rendered output instantly. No uploads.
Convert between ounces and millimeters for leather. Visual guide to common project thicknesses.
A festive countdown showing days, hours, minutes until December 25. Animated snow and music toggle. Local time.
Click any element to see its Bohr model with electrons orbiting in shells. Beautiful, educational diagram.
Zoom through sizes from the Planck length to the observable universe. Educational and awe‑inspiring visualization.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Add book titles and authors to a to‑read list. Move them to 'finished' and add a rating. Data saved locally.
Easily convert JSON data arrays into CSV format for Excel or database import. Handles nested structures with flattening options. All conversions happen locally, no data uploaded.
Split a large CSV into smaller files by row count. Preview each chunk. No upload; streamed locally.
Enter the song's key and playing position (straight/cross harp) to determine which harmonica key to use.
Paste JSON and instantly see if any object has duplicate keys. Quick syntax spotter.
Paste an SSL certificate and private key to verify they belong together. Check if a CSR matches a private key. All local crypto.
Test your device's built‑in biometric (Touch ID, Face ID, Windows Hello) using the Web Authentication API. Register and verify.
Generate strong random strings for API tokens, session secrets, or encryption keys. Uses crypto.getRandomValues().
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Use your keyboard or mouse as a straight key. Hear the tone and see the dots/dashes. Perfect for learning CW. Local.
Create a PGP key pair (RSA or ECC) directly in your browser with passphrase protection. Export public/private armored keys. No upload.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacy‑aware.
Press any key and see the full KeyboardEvent object: key, code, keyCode, modifier status. Dev tool.
Practice sending Morse code using a virtual straight key. Visual feedback and audio tone. Learn timing and proper fist.