Encoding
The tool concatenates the username, a colon, and the password, then applies Base64 encoding to that byte sequence. The resulting string is prefixed with 'Basic ' to form the header value. It also generates a cURL command that includes the header.