Skip to content

XDcobra/BtoaPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages