An open API service indexing awesome lists of open source software.

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.

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).