Basic Auth Generator
Generate Basic Authentication headers from username and password
How to use
Generate a Base64-encoded Basic Authentication header from a username and password. Use the Copy Header button to copy the Authorization header value, or Copy as curl to get a curl command with the credentials.
- Generate Basic Auth header from username and password
- Copy as raw header value or curl command
- Real-time encoding as you type
- Everything runs locally in your browser