πŸ” Basic Auth Generator
Generate and parse HTTP Basic authentication headers, supports bidirectional conversion
πŸ”¨ Generator
Authorization: Basic [base64]
πŸ” Parser
Format error: Please check the input header
Parse result will be displayed here
πŸ’‘ Instructions:
β€’ Generator: Enter username and password to automatically generate Authorization Header
β€’ Parser: Enter Authorization Header to parse username and password
β€’ Supports full format (e.g., Authorization: Basic xxx) or only Base64 part
β€’ Click copy button to quickly copy results
β€’ Generated header format complies with RFC 7617 standard