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

https://github.com/marcrobledo/base64-converter

A minimalist vanilla Javascript Base64 encoder/decoder
https://github.com/marcrobledo/base64-converter

base64 base64-decoding base64-encoding base64decoder base64encoder base64image

Last synced: 14 days ago
JSON representation

A minimalist vanilla Javascript Base64 encoder/decoder

Awesome Lists containing this project

README

          

# Base64 Converter
Online base64 encoder/decoder that supports files and text strings. Free to use, no ads, no data collection.

![Preview](https://raw.githubusercontent.com/marcrobledo/base64-converter/refs/heads/main/assets/preview.jpg)

**Features:**
* encodes ASCII text strings into Base64 data
* encodes files into Base64 data
* encodes pasted images into Base64
* trims unneeded XML code when encoding SVG images
* decodes Base64
* shows image previews when encoding/decoding
* minimalist user interface
* 100% frontend, no files are sent to the server
* extra feature: allows to encode raw SVG code into valid URI data

## Resources used
* [Octicons](https://primer.style/octicons/) by GitHub Inc.

## License
This project is licensed under the [MIT License](https://github.com/marcrobledo/base64-converter?tab=License-1-ov-file).