Encode & decode
Basic authentication
Generate and inspect Basic auth headers
How to use / Notes
How to use
- Enter a username and password to generate the header.
- Or paste an existing Authorization header to decode it.
- Copy the generated value.
Notes
- Basic auth is Base64-encoded, not encrypted—always use it over HTTPS.
- Keep generated credentials out of logs and shared links.