ubinascii.b2a_base64() attach a line feed character '\n' at end of result, python 3 base64.b64encode() not have the character.
ubinascii.b2a_base64() attach a line feed character '\n' at end of result,
python 3 base64.b64encode() not have the character.