Password Generator
Generate strong, random passwords in your browser using a secure random generator. Choose length and character types, exclude ambiguous characters, and copy — nothing is sent or stored.
Generate valid version 4 UUIDs in your browser — one or up to 100 at once, with uppercase, hyphen and download options. Secure and fully local.
Runs entirely in your browser — nothing you type is uploaded.
Note: UUIDs are generated in your browser with JavaScript and a secure random generator. With JavaScript off you can read this guide, but the generator controls will not appear.
This tool generates valid version 4 UUIDs entirely in your browser using crypto.randomUUID() where available, with a standards-compliant fallback built from crypto.getRandomValues(). It never uses Math.random, and nothing is uploaded.
A version 4 UUID follows the pattern xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx, where the 4 marks the version and y is one of 8, 9, a or b (the variant). Example: 3f2a7c1e-9b4d-4e6a-8f21-0a1b2c3d4e5f.
UUID v4 values are randomly generated identifiers. Collisions are extremely unlikely in practice but not mathematically impossible, so this tool does not claim they can never collide.
UUIDs are generated locally in your browser. Nothing is uploaded, stored or shared, and the tool makes no network requests.
Generate strong, random passwords in your browser using a secure random generator. Choose length and character types, exclude ambiguous characters, and copy — nothing is sent or stored.
Generate realistic Lorem Ipsum placeholder text in your browser — choose words, sentences or paragraphs, copy or download as a .txt file. Fully local, nothing is uploaded or stored.
Generate beautiful colour palettes with harmonious styles — random, monochromatic, analogous, complementary, pastel and vibrant. Lock colours, view HEX/RGB/HSL, copy and download.