Security tools
Dice Roller
Free online dice roller — roll any number of dice with any number of sides (not just standard d4/d6/d20), with a running roll history and no ads.
Fake IBAN Generator
Free fake IBAN generator for 14 countries with valid mod-97 checksums, for testing payment forms and fintech apps — no real bank account is attached. Unlike two popular generators we checked (10015.io, fakeiban.org), this one shows the exact checksum math (letters-to-digits, the mod-97 remainder, the final check digit) so developers can verify it themselves instead of trusting a black box, and displays a prominent test-data-only warning that neither competitor shows on-page.
Hidden Unicode / AI Prompt Scanner
Scan text live for invisible Unicode characters — the Unicode Tags block and bidi overrides are flagged High risk (the exact categories documented in real AI agent prompt-injection research), while common zero-width, NBSP, and BOM characters are flagged Low.
List Randomizer
Free list randomizer / random name picker for raffles, giveaways, and team assignment — with a 'remove picked entries' toggle on by default, so drawing 1st, 2nd, and 3rd place in a row never repeats a winner. We checked two popular pickers (gigacalculator.com, randomlists.com) directly and neither documents this mode. No ads anywhere in the working area, by this site's design.
Password Generator
Generate cryptographically random passwords instantly — up to 128 characters, up to 20 at once, with an option to exclude ambiguous characters and a live strength meter.
Password Strength Checker
Check a password's real-world strength using pattern-based analysis (not raw entropy) — see exactly why it's weak and what to change, entirely in your browser.
Photo Privacy Checker
Check a photo for hidden GPS location live — nothing is ever uploaded. Works with JPG, PNG, WebP, and HEIC/HEIF (iPhone photos). A red banner and map link show exactly where it was taken; a green banner confirms when it's clean; an amber banner is honest when metadata can't be fully verified rather than falsely claiming safety. Download a copy with all metadata removed in one click.
Random Number Generator
Free random number generator with custom range, decimal-place support, no-duplicates mode, and sorting — using the Web Crypto API (crypto.getRandomValues) as its randomness source, and saying so on the page. We checked two popular generators (commentpicker.com, calculatorsoup.com) directly: both are integer-only with no decimal option, and one only vaguely calls itself a 'PRNG' without naming its actual source.