HTTP Basic authentication Base64-encodes a username, colon, and password into an Authorization header. This tool generates or decodes that value locally and reminds you that Base64 provides no confidentiality without HTTPS.
This tool uses UTF-8 credentials, rejects colons in usernames, masks password input, and hides decoded passwords unless you explicitly reveal them. Base64 is reversible encoding; use HTTPS and do not treat the result as encrypted.