web

Five Tool Extensions

Hash Generator — File Mode

The Hash Generator tool now has a File tab alongside the existing text input.

Drop any file onto the drop zone (or click to browse) and the tool reads the raw bytes and instantly produces all five hashes:

  • MD5
  • SHA-1
  • SHA-256
  • SHA-384
  • SHA-512

The filename and file size are shown for confirmation. Each hash has its own Copy button. Everything runs in the browser — no upload, no server.

Color Converter — Eyedropper

The Color Converter now has an Eyedropper button on supported browsers (Chrome, Edge, and other Chromium-based browsers). Click it to activate the native screen color picker — move over any pixel on screen and click to sample it. The picked color loads into the tool immediately.

The button is hidden automatically on unsupported browsers (Firefox, Safari) and when the tool is embedded in an iframe.

QR Code — WiFi and vCard Modes

The QR Code generator now has a Text / WiFi / vCard mode selector in the input panel.

WiFi — fill in the network name, password, security type (WPA, WEP, or None), and whether the network is hidden. Phones scan the code to join the network directly.

vCard — fill in contact details (name, phone, email, organization, URL). Phones scan the code to offer adding the contact.

Text mode is unchanged and all existing ?value= permalinks continue to work.

Basic Auth — Decode Mode

The Basic Auth tool now has an Encode / Decode mode toggle.

In Decode mode, paste a full Authorization: Basic ... header, a Basic <token> value, or just the bare Base64 token. The tool splits out the username and password separately, with a show/hide toggle on the password. Invalid Base64 is highlighted in red.

Password Generator — Check Mode

The Password Generator now has a Generate / Check mode toggle.

In Check mode, type or paste any password to get an instant analysis:

  • A five-segment strength meter from Very Weak to Very Strong
  • Entropy in bits
  • Which character classes are present (A-Z, a-z, 0-9, symbols)
  • Estimated crack time at 10 billion guesses/second

The checked password is never written to the URL or sent anywhere.