base64-encoding
There are 291 repositories under base64-encoding topic.
powturbo/Turbo-Base64
Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!
tobiaslocker/base64
A modern C++ base64 encoder / decoder
cristalhq/base64
Faster base64 encoding for Go
Andromeda1957/netpwn
Tool made to automate tasks of pentesting.
fumiama/base16384
Encode binary files to printable utf16be.
keineahnung2345/cpp-code-snippets
Some useful C++ code snippets
gfoidl/Base64
Base64 encoding / decoding with SIMD-support, also base64Url
pasthev/sensus
Sensus IR & RF Codes converter / analyzer for Lirc, Pronto, Broadlink & raw codes
saschpe/Kase64
Base64 encoder/decoder for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
AICodeHunt/base64.kr
Base64 디코딩 인코딩 Base64编码解码
3NC0D/Powershell-Obfuscator
Powerful script for logical obfuscation of powershell scripts
IORoot/SVGencode
A simple tool to convert an SVG into different formats, ready for use in CSS and HTML.
rafagafe/base64
Base64 is a C library to convert from plain to base64 and vice versa suitable for embedded systems.
supurloop/ssf
Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.
SaturnsVoid/Windows-Backdoor
Simple Windows backdoor written in Go
avriq/signature-pdf
Drag and drop to add image signature to pdf documents
avuenja/gerador
Gerador de CPF, CNPJ, RG e Cartão de Crédito válidos - JSON Pretty - Base64 Encode e Decode
ternaus/base64ToImageConverters
Library for converting from RGB / GrayScale image to base64 and back.
ArslanAmeer/CSharp-Module-HtmlToPDF-AtServer
Saving HTML to PDF on server Folder with conversion of Images to Base64 and with Dynamic Data, using PECHKIN Library.
bitfaster/Base64
Extension methods that convert to and from Base64 strings with fewer memory allocations.
dopecodez/base64-image
A base64 to image and vice versa converter using latest ES6.
fcgdam/ESP8266-base64
ESP8266 Base64 encode and decode functions for Sming framework
seixaserick/dotnet-webapi-playground
Many Dotnet Web API examples. Documentation (Swagger / OpenAPI), ReturnCodes, Cache, Datatype Extensions and other algorithm tests.
un-ts/ab64
The smallest and fastest Base64 implementation in JavaScript based on `atob` and `btoa` from browser native or `Buffer` from node
FajarKim/blind-bash
Tools for obfuscated bash script 🛡️
Kourva/HashIt
Hash your text with this tool (Works with API)
lifeCoder123/Speech-to-Text-Converter
Speech-to-text converter tool using Google Speech Cloud API to convert speech into text format
PAIREN1383/Base_EN_DE_Coder
You can encode and decode base85, ascii85, base64, base32, and base16 with this tool.
Whomrx666/X-enc
X-enc is a tool for encoding and obfuscating files in various programming languages using base64 encoding. This tool supports multiple languages such as Python, Bash, HTML, JavaScript, and PHP. With this tool, your files will be protected and hard to read by unauthorized users.
lubiah/quickbase64
A simple program to convert files to base64 and vice-versa
Natumsol/base64
根据维基百科上对base64的介绍,自己实现了一遍, just a toy。
PiusLucky/ImageBase64
"Conveniently convert png, jpg, webp and gif to base64 string - Encode and also, convert your base64 string in any format to Image - Decode"
radinshayanfar/base64
Base64 (RFC 4648) encoder written in C
ShanKyTech/Appointment-Making-App-Full-Stack
Appointment Making App
vspaz/rsa-encrypt-decrypt-golang
a Go library to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding.