https://github.com/xta/base64-decode-encode
decode, encode base64 strings. all client side, no tracking
https://github.com/xta/base64-decode-encode
base64 js
Last synced: about 1 month ago
JSON representation
decode, encode base64 strings. all client side, no tracking
- Host: GitHub
- URL: https://github.com/xta/base64-decode-encode
- Owner: xta
- Created: 2024-02-07T09:59:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T07:27:17.000Z (5 months ago)
- Last Synced: 2026-03-10T15:07:56.825Z (5 months ago)
- Topics: base64, js
- Language: HTML
- Homepage: https://xta.github.io/base64-decode-encode/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# base64 decode & encode
[This is a simple page that decodes & encodes base64 strings](https://xta.github.io/base64-decode-encode/). All logic is done locally (on your browser client).
## Run Locally
```
npm start
open http://localhost:8080.
```
## Run Tests
```
node base64.test.js
```
---
by [xta](https://www.rexfeng.com/) 2024 - 2026