Home | History | Annotate | Download | only in python2.7

Lines Matching refs:b64encode

736             creds = base64.b64encode(user_pass).strip()
881 auth = 'Basic %s' % base64.b64encode(raw).strip()