FreeDev Tools

Basic Auth Header Generator

Generate (or decode) HTTP Basic Authorization headers from username and password.

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Enter user:password

    Or paste a header and switch direction to decode.

  2. 2

    Copy the header

    The Authorization: Basic line plus curl equivalents.

  3. 3

    Use over HTTPS only

    Basic auth credentials are readable by anyone who sees the header.

Frequently Asked Questions

The client sends Authorization: Basic <base64(user:password)> with each request. This tool builds that header from your credentials, plus ready-made curl commands.