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
    DateTime Converter
    HTTP Status Code Search
    Port Number Search
    MIME Type Lookup
    Base64 File Converter
    Image Base64 Encode/Decode
    JSON to XML Conversion
    XML to JSON Conversion
    User-Agent Parser
    URL Parser
    OGP Checker
    Commit Message Generator
    Chmod Calculator
    Terminal GIF Generator
Ctrl+K

Basic Auth

Generate .htpasswd, cURL, URL, and Authorization header from ID and password in real time.

.htpasswd

Enter ID and password

cURL

Enter ID and password

URL

Enter ID and password

Authorization header

Enter ID and password

How to use

About this tool

Generates .htpasswd, cURL, URL, and Authorization header from ID and password in real time. Use for Apache .htpasswd or authenticated API requests.

How to use

Enter ID and password; server format (.htpasswd) and client formats (cURL, URL, Authorization header) plus others (wget, fetch, etc.) update in real time. Use each block's copy button to copy the format you need.

Use cases

β€’ Apache .htpasswd for Basic auth β€’ Authenticated cURL or wget requests β€’ Generating Basic auth headers for API testing and development β€’ Quick creation of auth-enabled URLs

How it works

Authorization: Basic uses the Base64 encoding of id:password (UTF-8) in the header. .htpasswd hashes the password with bcrypt and outputs a format compatible with Apache 2.4+.

Privacy and data

All processing is done in the browser; ID and password are never sent to a server.