GitHub topics: base64-decoding
FRSOURCE/base64
base64 encoder/decoder with UTF-8 support 📔
Language: TypeScript - Size: 942 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 1

un-ts/ab64
The smallest and fastest Base64 implementation in JavaScript based on `atob` and `btoa` from browser native or `Buffer` from node
Language: TypeScript - Size: 1.36 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 9 - Forks: 0

jpfleury/base64url
Bash encoder/decoder for the base64url format
Language: Shell - Size: 16.6 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

saschpe/Kase64
Base64 encoder/decoder for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
Language: Kotlin - Size: 473 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 35 - Forks: 4

RynelHub/proxy-filter
Proxy Filter - Windows utility for bulk filtering and conversion of VLESS and TROJAN subscriptions. Input: URLs of subscriptions in Clash (YAML) and V2Ray (Base64/plain text) formats. Output: text files containing VLESS and Trojan links, filtered by the presence of TLS and Reality and port 443. Processing hundreds of subscriptions in minutes.
Size: 59.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

fumiama/base16384
Encode binary files to printable utf16be.
Language: C - Size: 398 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 129 - Forks: 18

powturbo/Turbo-Base64
Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!
Language: C - Size: 439 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 303 - Forks: 43

92181/base64
Base64 encoding and decoding library. This is one of the fastest Base64 libraries out there. Written in pure C.
Language: C - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Jacob-C-Smith/base64
Base 64 encoding and decoding
Language: C - Size: 42 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

nassiry/base64plus
Base64Plus is a modern, Unicode-safe Base64 encoding and decoding JavaScript library.
Language: TypeScript - Size: 556 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

b64encode/b64encode.github.io
A simple online tool for encoding and decoding Base64 strings. Effortlessly convert text, files, and data into Base64 and back. Perfect for developers and anyone working with data encoding.
Language: HTML - Size: 458 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Ctrl-Alt-Tea/QR-Coder
Help convert Base64 strings into QR Codes
Language: C# - Size: 720 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

m5lk3n/base64
Simply base64 as a web service in Golang.
Language: Go - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

17BDevelopmentPL/KMSkaner
Aplikacja do dekodowania szyfru base64 z kodu QR biletu kolei mazowieckich za pomocą aparatu na androidzie ---- Application to decode base64 cipher from Masovian Railways ticket QR code using Android camera
Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

nberlette/atob
Performant platform-agnostic ponyfills for `atob` and `btoa`.
Language: TypeScript - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SimplyProgrammer/Java-SerialX
Store Java objects into JSON or any format you want! SerialX is a powerful lightweight utility library to serialize Java objects programmatically via tweakable recursive descent parser for custom domain-specific languages!
Size: 2.07 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

cristalhq/base64
Faster base64 encoding for Go
Language: Go - Size: 62.5 KB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 182 - Forks: 10

Gadzhovski/TRACE-Forensic-Toolkit
Digital forensic analysis tool that provides a user-friendly interface for investigating disk images.
Language: Python - Size: 61 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 160 - Forks: 21

marcrobledo/base64-converter
A minimalist vanilla Javascript Base64 encoder/decoder
Language: JavaScript - Size: 184 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

supurloop/ssf
Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.
Language: C - Size: 2.19 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 25 - Forks: 4

jfversluis/MauiBase64ImageSample
Sample code to demonstrate how to encode and decode Base64 images in .NET MAUI
Language: C# - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

pasthev/sensus
Sensus IR & RF Codes converter / analyzer for Lirc, Pronto, Broadlink & raw codes
Language: JavaScript - Size: 3.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 43 - Forks: 7

utdevnp/64magic
Lightweight and efficient tool designed to convert normal strings into Base64 encoding while applying compression to minimize storage size or transmission overhead.
Language: HTML - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Lifailon/helperd
Desktop application for Transliteration, Password Generation and Base64 Encoding and Decoding.
Language: JavaScript - Size: 115 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

vspaz/rsa-encrypt-decrypt-golang
a Go library to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.
Language: Go - Size: 72.3 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0

jsonjoy-com/base64
High-performance Base64 encoder and decoder in JavaScript, for browser and Node.js
Language: TypeScript - Size: 183 KB - Last synced at: 13 days ago - Pushed at: 12 months ago - Stars: 2 - Forks: 2

Andromeda1957/netpwn
Tool made to automate tasks of pentesting.
Language: Python - Size: 223 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 165 - Forks: 45

PeterIttner/b64
Commandline util for base-64 encoding/decoding
Language: C# - Size: 59.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

JeninSutradhar/base64-Rust-Encoder-Decoder
A Rust implementation of a Base64 encoder and decoder. This project includes functions to encode binary data into a Base64 string and decode a Base64 string back into binary data.
Language: Rust - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

dopecodez/base64-image
A base64 to image and vice versa converter using latest ES6.
Language: TypeScript - Size: 244 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

Muhammad-Noraeii/CryptoBase
CryptoBase: A tool to encode and decode text in Base64, with a Dark Mode toggle and a Copy Result button for easy copying.
Language: CSS - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

thelastoutpostworkshop/chatGPT_DALLE
Mastering DALL-E on the ESP32 with Round screens (GC9A01)
Language: C - Size: 10.9 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 12 - Forks: 4

vspaz/rsa-encrypt-decrypt-rs
A Rust lib to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.
Language: Rust - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0

twfksh/base64
base64 encoder-decoder written in Zig
Language: Zig - Size: 7.81 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

charan12-git/Message-Encode-And-Decode
This Python project uses Tkinter,base64 library, and Vigenre Cipher algorithm to develop a system for encoding and decoding messages.
Language: HTML - Size: 305 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

rorycl/base64toraw
golang module for wrapping both rawstd and std base64 encoded content so both types can be read by a base64.RawStdEncoding decoder.
Language: Go - Size: 5.86 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

maddsua/base64 📦
Lightning-fast singe-header base64 encoder/decoder written in C
Language: C - Size: 43 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

veftodii/crypter 📦
Base64/MD5 string encryption
Language: Pascal - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

barzin144/Zus
Dotnet CLI Tool
Language: C# - Size: 178 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

angeliski/encode-decode
Language: HTML - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

a740g/Bin2Data
Binary to DATA converter and library for QB64-PE
Language: QuickBASIC - Size: 898 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 1

SoumyaK4/LQIP-base64
A semi over engineered, free LQIP generator
Language: Python - Size: 426 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

gfoidl/Base64
Base64 encoding / decoding with SIMD-support, also base64Url
Language: C# - Size: 1.54 MB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 60 - Forks: 7

d-shap/base64
Base64 library converts bytes to the base64 representation and vice versa
Language: Java - Size: 268 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

cavo789/base64 📦
Simple javascript base64_encode / base64_decode interface
Language: PHP - Size: 270 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

raku-community-modules/MIME-Base64
Encoding and decoding Base64 ASCII strings
Language: Raku - Size: 55.7 KB - Last synced at: 14 days ago - Pushed at: 12 months ago - Stars: 7 - Forks: 9

ha0-hh/basecrack-W
用于base编码多重加密的一键解码工具,也可以检测图片中的base编码
Language: Python - Size: 2.86 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

cheaderthecoder/base64
base64 to text Converter and vice versa
Language: HTML - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SxtBox/Base64_Stream_Decoder
Encoded String Decoding
Language: PHP - Size: 15.6 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 3

herrcristi/small-cpp-utils
Small project
Language: C++ - Size: 89.8 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

toviszsolt/base64-transcode
Base64 encoding and decoding for both browser and node, with binary file support.
Language: JavaScript - Size: 763 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

LinusU/fast-base64-decode
A fast Base64 decoder with a low level API
Language: JavaScript - Size: 40 KB - Last synced at: about 11 hours ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 3

gabriel-logan/Base64-Oficial
Base64 Official is a simple and efficient application for encoding and decoding data in Base64. Available for Android, the application is ideal for developers, IT professionals and technology enthusiasts who need a quick and practical way to convert strings and files between the Base64 format and their original format.
Language: TypeScript - Size: 951 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

constantin9845/base64Encoder
Base64 encoder. Convert from and to base64 from text and binary data.
Language: C++ - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

adomurad/roc-base64
Base64 encoding and decoding
Language: Roc - Size: 14.6 KB - Last synced at: 1 day ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

whatkindofmilkuare/KM_reader
Programy służące do odczytywania i generowania informacji na podstawie ciągów znakowych zakodowanych w base64 obecnych w biletach kolejowych przewoźnika Koleje Mazowieckie
Language: Python - Size: 8.79 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

yogeshnikam671/base64-to-file
CLI tool to create a file with decoded content from a base64 encoded string
Language: Go - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

luckfunc/base64-tool
base64-tool
Language: TypeScript - Size: 204 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

patrickmoffitt/jpeg_catcher
How to Build a CGI That Does Image Processing for a 5 Mega-Pixel Motion-Activated WiFi Camera
Language: C++ - Size: 479 KB - Last synced at: about 10 hours ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

msukanen/bug
Base64 in Elixir
Language: Elixir - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

msukanen/base64
Barebones base64 encode/decode
Language: C++ - Size: 7.81 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mustafadalga/PS-base64
PowerShell Encoding & Decoding (Base64)
Language: PowerShell - Size: 12.7 KB - Last synced at: about 17 hours ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 2

ciptacode/base64-converter
Language: HTML - Size: 14.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SHROUDSOURAV/Cracking-HASHES-and-Base64-
HASHCAT AND BASE64 to crack hashes and retrieve passwords.
Size: 5.87 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

andixax/base64
base64 decrypt
Language: Shell - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dylf/base64-decode-extension
A chrome extension for decoding base 64 strings, and open urls encoded in base 64.
Language: TypeScript - Size: 53.7 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

ndudnicz/ft_base64
Base64 encode/decode implementation in C.
Language: C - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Thepuppetqueen57/Basket
Basket is a tool made in kotlin to base64 decode and encode
Language: Kotlin - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

techaish-dev/DNS-Packet-Base64-Decoder
A Python script that decodes base64-encoded commands from DNS packets in a PCAP file using Scapy. It extracts, decodes, and filters the data for network traffic analysis and cybersecurity research.
Language: Python - Size: 12.2 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

sergeiown/Encryption_Variations
Base64 and XOR console and web encryptors implement console and web interfaces for encoding and decoding text using different encryption methods: base64 and XOR. Each interface supports text input in Cyrillic and Latin, as well as the ability to save the results to a text file.
Language: JavaScript - Size: 95.7 KB - Last synced at: 20 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

reiver/go-base64
Package base64 provides decoders and encoders for the base64 encoding, for the Go programming language. This package base64 is meant to be a replacement for Go's built-in "encoding/base64" package.
Language: Go - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ogios/YouDao-Translater
有道翻译,web端api接口,纯python,无需js,主要重写了非正常的base64解码和使用数组进行AES解密的方法
Language: Python - Size: 324 KB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Hoccyy/Base-64-encoder
A base 64 encoder
Language: Python - Size: 4.4 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Fl0at1ngCaT/HEDTool
Tool for hashing, base64 encoding and decoding using python.
Language: Python - Size: 43.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LASDovah/decode-base64
A simple code to decode content in base64, either content x content or from a .txt file, yet the two scripts provide a simple and useful functionality that is to decode.
Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MihirJayavant/Devtools
Basic everyday task of developers
Language: TypeScript - Size: 202 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

rafagafe/base64
Base64 is a C library to convert from plain to base64 and vice versa suitable for embedded systems.
Language: C - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 24 - Forks: 7

satishpaladi11/Image-Transfering-via-websocket
Continuous transfer of images through websocket
Language: Python - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

manishprajapatidev/nodejs-base64-converter
base64 encode/decode methods in nodejs
Language: JavaScript - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

aminbhave/CNSproject
Contains text files of input code for the project of Cryptography and Network Security course. Programming Languages used: JavaScript, HTML, Python,
Language: JavaScript - Size: 1.84 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AICodeHunt/base64.kr
Base64 디코딩 인코딩 Base64编码解码
Language: HTML - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 32 - Forks: 4

KnightChaser/BASE64
Simple BASE64 C++ Implementation for Windows commandline
Language: C++ - Size: 1.97 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

codingdefined/base64EncodeDecode
Base64 Encode and Decode is a simple online tool that encodes your data to base64 and decodes from Base64 encoding. This tool is the easiest way to encode your data to Base64 and decode it into a human readable form.
Language: TypeScript - Size: 514 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

stefanpejcic/base64
Base64 Encode/Decode
Language: PHP - Size: 46.9 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

bitfaster/Base64
Extension methods that convert to and from Base64 strings with fewer memory allocations.
Language: C# - Size: 174 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 1

rpanchyk/base64-tool
Base64 Tool (Encoder/Decoder)
Language: JavaScript - Size: 482 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vomw/base64
Base64 encoder/decoder
Language: HTML - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Eddie-OConnor/PollyGlot
PollyGlot translates any language into one of the top 12 most commonly spoken global languages. It solves the language barrier problem when traveling or anytime you encounter an individual who does not speak the same language(s) as you.
Language: JavaScript - Size: 600 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SAJAD-net/HandyBar
Base64 encoder and decoder extension
Language: HTML - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ouistiti-project/libb64 Fork of mchalain/libb64
base64, base32 encoders and decoders
Language: C - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SebaSeba/say-see-backend
Backend for a mini app that leverages multiple AI services.
Language: JavaScript - Size: 1.19 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jasraj/kdb-base64
kdb integration with Base64 encoder and decoder
Language: q - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

dop251/base64dec
Universal Lenient Base64 Decoder
Language: Go - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

d1mnewz/Decoding-ViewState 📦
that is sample that shows how viewstate is decoded usually in aspx forms. freelance project
Language: PowerShell - Size: 4.67 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1

carloskim123/Base64Tool
Language: JavaScript - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

CEhM-Hernandez/base64-encoder
a base64 text encoder developed on HTML5, CSS3 and JavaScript
Language: CSS - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

N0x1s/b64
Convert online/local data to base64 or html(base64) tags fast , easy and clean
Language: Python - Size: 17.6 KB - Last synced at: 19 days ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

samuel-lucas6/Base64
Convert strings to/from Base64.
Language: C# - Size: 123 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ternaus/base64ToImageConverters
Library for converting from RGB / GrayScale image to base64 and back.
Language: Python - Size: 24.4 KB - Last synced at: 19 days ago - Pushed at: almost 3 years ago - Stars: 19 - Forks: 0

metolius25/base64-gui
Very simple implementation of a graphical base64 converter. Supports multiple formats.
Language: Python - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
