Harmonica Key Transposer – Online Find Correct Harp for Song
Enter the song's key and playing position (straight/cross harp) to determine which harmonica key to use.
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.
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.