Which means that the password is not hashed at all, it is simply
base64 encoded.
If you are using RequestBuilder, you can simply use setUser and
setPassword to set the values and the appropriate http header will be
constructed prior to sending the request.
if you really want to know the gory details: http://www.ietf.org/rfc/rfc2617
-jason