temp = base64.b64decode(str1)
temp = base64.standard_b64decode(str1)
temp = temp.decode("utf8","ignore")