From b82af9c8926fa185db5010db4d6626cf3fbe4fa7 Mon Sep 17 00:00:00 2001 From: MOUSTAID Hamza <31712605+hamza-moustaid@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:16:50 +0700 Subject: [PATCH] Add EncodingBase64 and DecodingBase64 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8f5a10..6d58ae0 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ByteTools JWT Decoder](https://bytetools.io/jwt-decoder/) - Decode and inspect JSON Web Tokens securely. 100% client-side processing, never sends tokens to servers. - [ByteTools URL Encoder](https://bytetools.io/url-encoder/) - Encode and decode URLs safely. Perfect for handling query parameters and API endpoints. - [Compiler Explorer](https://godbolt.org) - Run compilers interactively from your web browser and interact with the assembly +- [EncodingBase64 & DecodingBase64](https://encodingbase64.com/) - Free browser-based Base64 encoding and decoding tools for text, files, images, URL-safe Base64, hex, and URL encoding. - [fixmyjs](http://goatslacker.github.io/fixmyjs.com/) - Automatically fix your JS, driven by JSHint. - [JavaScript Deobfuscator](https://deobfuscate.io) - A simple but powerful deobfuscator to remove common JavaScript obfuscation techniques. - [JSONFormatOnline](https://jsonformatonline.com) - Format, validate and convert JSON locally in the browser, no data sent to servers.