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
- Host: GitHub
- URL: https://github.com/marcrobledo/base64-converter
- Owner: marcrobledo
- License: other
- Created: 2025-01-29T20:11:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T08:54:41.000Z (10 months ago)
- Last Synced: 2025-03-24T09:41:47.983Z (10 months ago)
- Topics: base64, base64-decoding, base64-encoding, base64decoder, base64encoder, base64image
- Language: JavaScript
- Homepage: https://www.marcrobledo.com/base64-converter
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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