XDcobra / BtoaPython

Btoa implementation for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BtoaPython

A Python implementation for btoa from javascript. The Python result will exactly be the same, as using btoa from javascript.

Problem

Because Python stores numbers as an infinite number of bits and Javascript store numbers as signed 32bit, the result for base64 encoding using window.btoa and base64.b64encode is different.

About

Btoa implementation for python


Languages

Language:Python 100.0%