Basic Auth Generator
Build an HTTP Basic Authorization header from a username and password.
Related
Build an HTTP Basic Authorization header from a username and password.
Related
Search for a tool or run a command
Og==Authorization: Basic Og==curl -H "Authorization: Basic Og==" https://example.comBase64 is encoding, not encryption — Basic Auth must only be used over HTTPS.