Handy Dev Tools
Simple online tools for everyday tasks.

No favorites

    Base64 Encoder/Decoder
    Markdown to HTML
    HTML to Markdown
    URL Encoder/Decoder
    Unicode Escape Converter
    Unicode Encode/Decode
    SQL Formatter
    SQL Splitter
    JSON Formatter
    XML Formatter
    YAML Formatter
    GraphQL Formatter
    JSON to YAML Conversion
    YAML to JSON Conversion
    JSON to TOML Conversion
    TOML to JSON Conversion
    HTML Entity Encode/Decode
    TOML to YAML Conversion
    YAML to TOML Conversion
    CSV to SQL INSERT Conversion
    Markdown Table Generator
    JSON to XML Conversion
    XML to JSON Conversion
    UUID Generator
    ULID Generator
    Password Generator
    Hash Generator
    Lorem Ipsum Generator
    Lorem Picsum Image URL Generator
    Test Data Generator Tool
    QR Code Generator
    S3 Path Parser & Converter
    IP Address Calculator
    Subnet Split
    Subnet Consolidation
    CloudFront Signed URL Generator
    RDS Connection String Generator
    Coordinate Format Converter
    Geo Format Converter
    JWT Decoder & Parser
    Basic Auth
    Password Strength Analyzer
    Credit Card Validator
    RSA Key Pair Generator
    Case Conversion
    Romaji Conversion
    Roman Numeral Conversion
    Phonetic Code Conversion
    Character Counter
    Text Diff
    HTML Tag Remover
    Regex Tester
    Color Conversion
    Dice Roll
    Crontab generator
    Crontab parser
    Emoji Picker
    Unix Timestamp Converter
    HTTP Status Code Search
    Port Number Search
    MIME Type Lookup
    Base64 File Converter
    Image Base64 Encode/Decode
    User-Agent Parser
    URL Parser
    OGP Checker
    Commit Message Generator
    Chmod Calculator
    Terminal GIF Generator
    .env Parser & Validator
Ctrl+K

Password Generator

Password generator tool. You can select character types (numbers, lowercase letters, uppercase letters, symbols), set options (exclude ambiguous characters, ensure each selected type is included at least once), and generate passwords of specified length and count. All processing is performed locally in the browser, with no dependency on external APIs.

Character Types

Password Length: 8

How to use

About this tool

Generates random passwords with configurable length and character sets. Uses in-browser randomness.

How to use

Set length and character types; click generate and copy the password.

Options

Character types: At least one of numbers, lowercase, uppercase, symbols. Options: exclude ambiguous chars (0/O, 1/l, etc.), ensure at least one of each selected type. Length: 4–64. Count: positive integer.

Use cases

• Account creation • Password reset • API key ideas • Policy-compliant passwords

Privacy and data

Generation is in-browser; passwords are never sent to a server.

FAQ

Q: What phonetic alphabets are supported?
A: The NATO Phonetic Alphabet (Alpha, Bravo, Charlie…) for English and a Japanese phonetic scheme are both available. Select the scheme that matches your use case.
Q: What is the NATO Phonetic Alphabet used for?
A: The NATO Phonetic Alphabet (officially the ICAO spelling alphabet) is the international standard for spelling out letters clearly over radio, telephone, and air traffic communications. Each letter has a unique word that sounds distinct even in poor audio conditions.
Q: Can I convert numbers as well as letters?
A: Yes. Digits 0–9 are also converted using the phonetic scheme's number words (e.g. 1 → "One" / "Unaone" in NATO). Enter any alphanumeric string.
Q: Is this useful for reading out confirmation codes or serial numbers?
A: Exactly. Phonetic codes are ideal for reading order numbers, license plates, serial numbers, or any string character-by-character to eliminate ambiguity between similar-sounding letters like B/P or M/N.
Q: Does this tool send my text to a server?
A: No. All conversion is performed entirely in the browser. Your text is never sent to any server.