~ / tools / basic-auth
05·01 / encoding · client-side only

Basic Auth
header generator.

Quickly encode a username & password into a Basic auth header. Everything runs in your browser — nothing is sent anywhere.

output
Raw pair
username@example.com:password
Authorization header
Authorization: Basic
Curl example