Lines Matching refs:b64encode
761 creds = base64.b64encode(user_pass).strip()893 auth = 'Basic %s' % base64.b64encode(raw).strip()