https://github.com/amio/base64
Encodes and decodes base64 within browser.
https://github.com/amio/base64
atob base64 btoa decode encode filereader
Last synced: 9 months ago
JSON representation
Encodes and decodes base64 within browser.
- Host: GitHub
- URL: https://github.com/amio/base64
- Owner: amio
- Created: 2013-01-20T16:27:24.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-05-03T04:53:30.000Z (almost 12 years ago)
- Last Synced: 2025-03-21T21:23:03.501Z (about 1 year ago)
- Topics: atob, base64, btoa, decode, encode, filereader
- Language: JavaScript
- Homepage: https://amio.github.io/base64/
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Readme
------
A simple webpage that encodes and decodes base64 using atob(), btoa() and FileReader().
Test it here: http://amio.github.io/base64/
License
-------
None (public domain).