Free Security & Encoding Tools
Generate passwords, hashes, QR codes and barcodes, and encode or decode text — all computed in your browser, never on a server.
1 tool ready to use, 5 more planned.
This is the category where "runs in your browser" stops being a convenience and becomes the whole point. A password generator that produces the password on someone else's server has already defeated itself. Same for a hash tool you paste an API key into, or a QR generator that quietly routes your link through its own tracking domain.
Everything here is computed locally using the browser's own cryptographic primitives. No value you type is transmitted, and QR codes encode your data directly rather than pointing at a redirect we control.
Security & Encoding you can use now
Planned
Scheduled, not yet built. Nothing here links anywhere — no dead ends.
Password Generator
Create strong random passwords with your own length and character rules, plus a strength meter.
Base64 Encode & Decode
Encode or decode Base64 for both plain text and files.
URL Encode & Decode
Percent-encode or decode URLs and individual query-string components.
Hash Generator
Produce MD5, SHA-1 and SHA-256 hashes from text or from a file.
Barcode Generator
Generate CODE128, EAN and other common barcode formats as downloadable images.
What these tools cover
Strong random password generation, MD5/SHA-1/SHA-256 hashing of text or files, Base64 and URL encoding and decoding, and QR code and barcode generation you can download as an image.
Where the randomness and the maths come from
Browsers ship a cryptographically secure random number generator (crypto.getRandomValues()) and a full hashing implementation (the Web Crypto API, or SubtleCrypto). Both are the same primitives a native application would use, maintained as part of the browser rather than by us. Building on them means there is no home-grown cryptography here to get wrong.
Frequently asked questions
Is it safe to generate a password on a website?
crypto.getRandomValues(), the browser’s cryptographically secure random source, and the password is never sent anywhere — it exists only in your tab. A generator that produces passwords on a server, by contrast, means someone else’s machine has seen your password.Are the hashes and encodings computed locally too?
Can these tools decrypt or reverse a hash?
Should I use MD5 or SHA-1 for anything security-related?
Do QR codes generated here expire or track scans?
Is my WiFi password safe if I make a WiFi QR code?
Browse other categories
PDF Tools
Merge, split, compress, rotate and convert PDF files without uploading them to a server.
Image Tools
Compress, resize, crop and convert images right in your browser, with no quality surprises.
Text Tools
Count, clean, format and compare text — from word counts to JSON formatting and diffs.
Converters & Calculators
Everyday unit, date and money maths: unit conversion, age, BMI, loan EMI and more.
Design & Dev Utilities
Colour, gradient, regex and code-formatting helpers for designers and developers.