This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
atob.js
Watch
1
Star
0
Fork
You've already forked atob.js
0
Code
Issues
5
Pull Requests
1
Releases
Wiki
Activity
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
6
Commits
1
Branch
10
Tags
60
KiB
JavaScript
100%
b35a566ac6
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Victor Costan
b35a566ac6
Fix atob to match browser implementations
...
Test case: atob('/A==') === String.fromCharCode(252) should be true
2012-09-13 02:15:36 -03:00
bin
added cli bin
2012-06-26 13:24:09 -06:00
index.js
Fix atob to match browser implementations
2012-09-13 02:15:36 -03:00
package.json
added cli bin
2012-06-26 13:24:09 -06:00
test.js
fixed mixup of atob / btoa
2011-09-09 14:56:22 -06:00